chore: move pytest fixture plugin + update fixture module structure

This commit is contained in:
2026-01-28 08:57:17 -05:00
parent 45001767aa
commit 53e80cd0d5
7 changed files with 165 additions and 166 deletions
+5
View File
@@ -0,0 +1,5 @@
from .plugin import register_fixtures
__all__ = [
"register_fixtures",
]