refactoring #13

Merged
dan merged 32 commits from refactoring into dev 2023-12-08 18:17:35 +01:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 4a7c0568ae - Show all commits

View file

@ -26,7 +26,7 @@ dependencies = [
]
[project.entry-points.pytest11]
pytest_abra = "pytest_abra.pytest_abra"
pytest_abra = "pytest_abra.custom_fixtures"
[project.scripts]
abratest = "pytest_abra.cli:run"