change cli command to "abratest"
This commit is contained in:
parent
8a136e5e6c
commit
5b2a929063
2 changed files with 2 additions and 2 deletions
2
main.py
2
main.py
|
|
@ -34,7 +34,7 @@ OUTPUT_DIR = Path("./test-output").resolve()
|
|||
|
||||
subprocess.run(
|
||||
[
|
||||
"pytest-abra",
|
||||
"abratest",
|
||||
"--env_paths",
|
||||
ENV_PATHS,
|
||||
"--recipes_dir",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ pytest11 = [
|
|||
]
|
||||
|
||||
[project.scripts]
|
||||
pytest-abra = "pytest_abra.cli:run"
|
||||
abratest = "pytest_abra.cli:run"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue