change cli command to "abratest"

This commit is contained in:
Daniel 2023-12-07 11:31:18 +01:00
parent 8a136e5e6c
commit 5b2a929063
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ OUTPUT_DIR = Path("./test-output").resolve()
subprocess.run( subprocess.run(
[ [
"pytest-abra", "abratest",
"--env_paths", "--env_paths",
ENV_PATHS, ENV_PATHS,
"--recipes_dir", "--recipes_dir",

View file

@ -31,7 +31,7 @@ pytest11 = [
] ]
[project.scripts] [project.scripts]
pytest-abra = "pytest_abra.cli:run" abratest = "pytest_abra.cli:run"
[build-system] [build-system]
requires = ["hatchling"] requires = ["hatchling"]