Skip to content

Commit

Permalink
rename test_script func, rename .yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
admeeer committed Oct 10, 2023
1 parent 248a9c4 commit 277b046
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_script.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 277b046

Please sign in to comment.