1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00
Files
textattack-nlp-transformer/local_tests/test_lists.py
Jack Morris a4f72facbd update tests
2020-05-09 08:42:34 -04:00

7 lines
148 B
Python

tests = []
import python_function_tests
tests.extend(python_function_tests.tests)
import command_line_tests
tests.extend(command_line_tests.tests)