Initial commit

This commit is contained in:
Alexander Wainwright
2025-04-05 09:14:34 +10:00
commit 38ca9cb817
9 changed files with 1044 additions and 0 deletions

4
tests/test_sample.py Normal file
View File

@@ -0,0 +1,4 @@
# Sample Test passing with nose and pytest
def test_pass():
assert True, "dummy sample test"