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:
5
tests/test_train_network.py
Normal file
5
tests/test_train_network.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import train_network
|
||||
|
||||
def test_syntax():
|
||||
# Very simply testing that the train_network imports without syntax errors
|
||||
assert True
|
||||
Reference in New Issue
Block a user