Add tests for syntax checking training scripts

This commit is contained in:
rockerBOO
2025-06-03 16:12:02 -04:00
parent 5b38d07f03
commit e4d6923409
10 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import train_network
def test_syntax():
# Very simply testing that the train_network imports without syntax errors
assert True