diff --git a/.github/workflows/automation.yml b/.github/workflows/build_and_test.yml similarity index 100% rename from .github/workflows/automation.yml rename to .github/workflows/build_and_test.yml diff --git a/tests/test_script.py b/tests/test_script.py index cd7e600..561e1a7 100644 --- a/tests/test_script.py +++ b/tests/test_script.py @@ -1,7 +1,7 @@ # test_script.py import subprocess -def test_hello_world_output(capfd): +def test_script_output(capfd): subprocess.run(['python', './script.py']) # Capture the output