Browse Source

format test folder

tags/v0.1.0
yunfan 6 years ago
parent
commit
4dfe7aaacc
9 changed files with 0 additions and 6 deletions
  1. +0
    -0
      examples/readme_example.py
  2. +0
    -0
      test/core/test_metrics.py
  3. +0
    -0
      test/core/test_tester.py
  4. +0
    -0
      test/loader/test_loader2.py
  5. +0
    -0
      test/model/seq_labeling.py
  6. +0
    -0
      test/model/test_charlm.py
  7. +0
    -0
      test/model/test_cws.py
  8. +0
    -0
      test/model/text_classify.py
  9. +0
    -6
      test/test_trainer.py

test/readme_example.py → examples/readme_example.py View File


test/test_metrics.py → test/core/test_metrics.py View File


test/test_tester.py → test/core/test_tester.py View File


test/test_loader.py → test/loader/test_loader2.py View File


test/seq_labeling.py → test/model/seq_labeling.py View File


test/test_charlm.py → test/model/test_charlm.py View File


test/test_cws.py → test/model/test_cws.py View File


test/text_classify.py → test/model/text_classify.py View File


+ 0
- 6
test/test_trainer.py View File

@@ -1,6 +0,0 @@
def test_trainer():
pass


if __name__ == "__main__":
test_trainer()

Loading…
Cancel
Save