把测试文件夹 test 改名为 tests

This commit is contained in:
willqvq 2020-11-23 13:00:31 +08:00
parent c49c849aee
commit fc8f8f6913
192 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ pipeline {
steps {
sh 'python -m spacy download en'
sh 'pip install fitlog'
sh 'pytest ./test --html=test_results.html --self-contained-html'
sh 'pytest ./tests --html=test_results.html --self-contained-html'
}
}
}

View File

@ -14,7 +14,7 @@ install:
# command to run tests
script:
- python -m spacy download en
- pytest --cov=fastNLP test/
- pytest --cov=fastNLP tests/
after_success:
- bash <(curl -s https://codecov.io/bash)

View File

@ -1,7 +1,7 @@
include requirements.txt
include LICENSE
include README.md
prune test/
prune tests/
prune reproduction/
prune fastNLP/api
prune fastNLP/automl

View File

Can't render this file because it contains an unexpected character in line 6 and column 86.

View File

Can't render this file because it contains an unexpected character in line 2 and column 164.

View File

Can't render this file because it contains an unexpected character in line 5 and column 443.

Some files were not shown because too many files have changed in this diff Show More