mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-17 09:18:00 +00:00
Add tests for syntax checking training scripts
This commit is contained in:
6
tests/test_train.py
Normal file
6
tests/test_train.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import train_db
|
||||
|
||||
|
||||
def test_syntax():
|
||||
# Very simply testing that the train_network imports without syntax errors
|
||||
assert True
|
||||
Reference in New Issue
Block a user