"src/vscode:/vscode.git/clone" did not exist on "dd9d483d03962fea127f59661f3ae6156e7a91d2"
Commit 65c75fc5 authored by Lysandre's avatar Lysandre
Browse files

Clean special tokens test

parent fb393ad9
......@@ -138,8 +138,7 @@ class CommonTestCases:
tokenized_sequence = tokenizer.tokenize(sequence_with_special_tokens)
for special_token in tokenizer.all_special_tokens:
print(special_token, special_token in tokenized_sequence)
assert special_token in tokenized_sequence
self.assertTrue(special_token in tokenized_sequence)
tokenizer = self.get_tokenizer(do_lower_case=False)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment