Skip to content

Commit 395ff64

Browse files
AlanDonohoecjroebuck
authored andcommitted
Add test_temp.py to get the test suite run and passing on Github CI.
Part of the work to get the boilerplate directories and files added to the package project. Will delete once real tests have been added.
1 parent b74ea32 commit 395ff64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_temp.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Temp test to get the test suite run and passing on Github CI
2+
# TODO: delete when actual tests have been added
3+
def test_temp():
4+
assert 1 + 1 == 2

0 commit comments

Comments
 (0)