diff --git a/main.py b/main.py index 03f61b0..e7b02a2 100644 --- a/main.py +++ b/main.py @@ -34,7 +34,7 @@ OUTPUT_DIR = Path("./test-output").resolve() subprocess.run( [ - "pytest-abra", + "abratest", "--env_paths", ENV_PATHS, "--recipes_dir", diff --git a/pyproject.toml b/pyproject.toml index 29d8ee9..c951457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pytest11 = [ ] [project.scripts] -pytest-abra = "pytest_abra.cli:run" +abratest = "pytest_abra.cli:run" [build-system] requires = ["hatchling"]