Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
ced0a942
Commit
ced0a942
authored
Dec 22, 2019
by
Aymeric Augustin
Browse files
Switch test files to the standard test_*.py scheme.
parent
067395d5
Changes
54
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
1 addition
and
1 deletion
+1
-1
tests/test_tokenization_albert.py
tests/test_tokenization_albert.py
+0
-0
tests/test_tokenization_auto.py
tests/test_tokenization_auto.py
+0
-0
tests/test_tokenization_bert.py
tests/test_tokenization_bert.py
+0
-0
tests/test_tokenization_bert_japanese.py
tests/test_tokenization_bert_japanese.py
+0
-0
tests/test_tokenization_ctrl.py
tests/test_tokenization_ctrl.py
+0
-0
tests/test_tokenization_distilbert.py
tests/test_tokenization_distilbert.py
+1
-1
tests/test_tokenization_gpt2.py
tests/test_tokenization_gpt2.py
+0
-0
tests/test_tokenization_openai.py
tests/test_tokenization_openai.py
+0
-0
tests/test_tokenization_roberta.py
tests/test_tokenization_roberta.py
+0
-0
tests/test_tokenization_t5.py
tests/test_tokenization_t5.py
+0
-0
tests/test_tokenization_transfo_xl.py
tests/test_tokenization_transfo_xl.py
+0
-0
tests/test_tokenization_utils.py
tests/test_tokenization_utils.py
+0
-0
tests/test_tokenization_xlm.py
tests/test_tokenization_xlm.py
+0
-0
tests/test_tokenization_xlnet.py
tests/test_tokenization_xlnet.py
+0
-0
No files found.
tests/tokenization_albert
_test
.py
→
tests/
test_
tokenization_albert.py
View file @
ced0a942
File moved
tests/tokenization_auto
_test
.py
→
tests/
test_
tokenization_auto.py
View file @
ced0a942
File moved
tests/tokenization_bert
_test
.py
→
tests/
test_
tokenization_bert.py
View file @
ced0a942
File moved
tests/tokenization_bert_japanese
_test
.py
→
tests/
test_
tokenization_bert_japanese.py
View file @
ced0a942
File moved
tests/tokenization_ctrl
_test
.py
→
tests/
test_
tokenization_ctrl.py
View file @
ced0a942
File moved
tests/tokenization_distilbert
_test
.py
→
tests/
test_
tokenization_distilbert.py
View file @
ced0a942
...
...
@@ -18,7 +18,7 @@ import unittest
from
transformers.tokenization_distilbert
import
DistilBertTokenizer
from
.tokenization_bert
_test
import
BertTokenizationTest
from
.
test_
tokenization_bert
import
BertTokenizationTest
from
.utils
import
slow
...
...
tests/tokenization_gpt2
_test
.py
→
tests/
test_
tokenization_gpt2.py
View file @
ced0a942
File moved
tests/tokenization_openai
_test
.py
→
tests/
test_
tokenization_openai.py
View file @
ced0a942
File moved
tests/tokenization_roberta
_test
.py
→
tests/
test_
tokenization_roberta.py
View file @
ced0a942
File moved
tests/tokenization_t5
_test
.py
→
tests/
test_
tokenization_t5.py
View file @
ced0a942
File moved
tests/tokenization_transfo_xl
_test
.py
→
tests/
test_
tokenization_transfo_xl.py
View file @
ced0a942
File moved
tests/tokenization_utils
_test
.py
→
tests/
test_
tokenization_utils.py
View file @
ced0a942
File moved
tests/tokenization_xlm
_test
.py
→
tests/
test_
tokenization_xlm.py
View file @
ced0a942
File moved
tests/tokenization_xlnet
_test
.py
→
tests/
test_
tokenization_xlnet.py
View file @
ced0a942
File moved
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment