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