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(
|
subprocess.run(
|
||||||
[
|
[
|
||||||
"pytest-abra",
|
"abratest",
|
||||||
"--env_paths",
|
"--env_paths",
|
||||||
ENV_PATHS,
|
ENV_PATHS,
|
||||||
"--recipes_dir",
|
"--recipes_dir",
|
||||||
|
|
|
||||||
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue