summaryrefslogtreecommitdiff
path: root/tests/test_yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_yaml.py')
-rw-r--r--tests/test_yaml.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/test_yaml.py b/tests/test_yaml.py
index d13321f..d195e1a 100644
--- a/tests/test_yaml.py
+++ b/tests/test_yaml.py
@@ -1,6 +1,4 @@
-import unittest
-
from test_mark import *
from test_reader import *
from test_canonical import *
@@ -12,11 +10,8 @@ from test_constructor import *
from test_emitter import *
from test_representer import *
from test_recursive import *
-from test_syck import *
-
-def main(module='__main__'):
- unittest.main(module)
if __name__ == '__main__':
- main()
+ import test_appliance
+ test_appliance.run(globals())