mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
7 lines
148 B
Python
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) |