Skip to content

Commit

Permalink
Rename test_output to .test_output
Browse files Browse the repository at this point in the history
This is an attempt to make it clear that there is not a problem
called test_output in the problemset.
  • Loading branch information
FinnLidbetter committed Jun 9, 2024
1 parent 2f9cb73 commit f4b663e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def test_example_problemset(examples_path):
"""Test that the example problemset is being parsed as expected."""
example_problemset_path = os.path.join(examples_path, "example_problemset")
example_test_output = os.path.join(example_problemset_path, "test_output")
example_test_output = os.path.join(example_problemset_path, ".test_output")
status = os.system(
f"crifx {example_problemset_path} --output-dir {example_test_output}"
)
Expand Down

0 comments on commit f4b663e

Please sign in to comment.