Skip to content

Commit

Permalink
Starting on unit tests for config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva authored and petersilva committed Nov 17, 2023
1 parent 4ca0fe3 commit 60bbc94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/sarracenia/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ def test_variableExpansion():
good = re.compile( options.post_baseDir + '/smorgasbord/[0-9]{8}/' )
assert good.match(result)


# to get stuff to print out, make it fail.
#assert False

0 comments on commit 60bbc94

Please sign in to comment.