Index: pyyaml/trunk/tests/test_yaml.py
===================================================================
--- pyyaml/trunk/tests/test_yaml.py	(revision 142)
+++ pyyaml/trunk/tests/test_yaml.py	(revision 322)
@@ -1,4 +1,2 @@
-
-import unittest
 
 from test_mark import *
@@ -13,10 +11,7 @@
 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())
 
