Skip to content

Commit fc8f8f6

Browse files
committed
把测试文件夹 test 改名为 tests
1 parent c49c849 commit fc8f8f6

File tree

192 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+3
-3
lines changed

.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pipeline {
2929
steps {
3030
sh 'python -m spacy download en'
3131
sh 'pip install fitlog'
32-
sh 'pytest ./test --html=test_results.html --self-contained-html'
32+
sh 'pytest ./tests --html=test_results.html --self-contained-html'
3333
}
3434
}
3535
}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
# command to run tests
1515
script:
1616
- python -m spacy download en
17-
- pytest --cov=fastNLP test/
17+
- pytest --cov=fastNLP tests/
1818

1919
after_success:
2020
- bash <(curl -s https://codecov.io/bash)

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include requirements.txt
22
include LICENSE
33
include README.md
4-
prune test/
4+
prune tests/
55
prune reproduction/
66
prune fastNLP/api
77
prune fastNLP/automl
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)