Example #1
0
def run():
    trashtest_getlow.run()
    trashtest_spec.run()
    trashtest_cipher.run()
    trashtest.run()
Example #2
0
def run():
    trashtest_getlow.run()
    trashtest_spec.run()
    trashtest_cipher.run()
    trashtest.run()
Example #3
0
import test_import
test_import.test()

import test_simple_reload
test_simple_reload.test()

import trashtest
trashtest.run()