mirror of
https://gitee.com/fastnlp/fastNLP.git
synced 2024-11-29 18:59:01 +08:00
把测试文件夹 test 改名为 tests
This commit is contained in:
parent
c49c849aee
commit
fc8f8f6913
@ -29,7 +29,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'python -m spacy download en'
|
sh 'python -m spacy download en'
|
||||||
sh 'pip install fitlog'
|
sh 'pip install fitlog'
|
||||||
sh 'pytest ./test --html=test_results.html --self-contained-html'
|
sh 'pytest ./tests --html=test_results.html --self-contained-html'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ install:
|
|||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
- python -m spacy download en
|
- python -m spacy download en
|
||||||
- pytest --cov=fastNLP test/
|
- pytest --cov=fastNLP tests/
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
include requirements.txt
|
include requirements.txt
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include README.md
|
include README.md
|
||||||
prune test/
|
prune tests/
|
||||||
prune reproduction/
|
prune reproduction/
|
||||||
prune fastNLP/api
|
prune fastNLP/api
|
||||||
prune fastNLP/automl
|
prune fastNLP/automl
|
Can't render this file because it contains an unexpected character in line 6 and column 86.
|
Can't render this file because it contains an unexpected character in line 2 and column 164.
|
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
Loading…
Reference in New Issue
Block a user