Displaying 1 result from an estimated 1 matches for "1d70371".
2016 Feb 22
3
[PATCH 1/3] python: tests: refactor to use unittest's discovery
...("disk label = %s" % after)
-
- self.assertEqual (before, after)
-
- def tearDown (self):
- os.unlink (self.filename)
-
-if __name__ == '__main__':
- unittest.main ()
diff --git a/python/t/910-libvirt.py b/python/t/910-libvirt.py
deleted file mode 100644
index 1d70371..0000000
--- a/python/t/910-libvirt.py
+++ /dev/null
@@ -1,52 +0,0 @@
-# libguestfs Python bindings
-# Copyright (C) 2014 Red Hat Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Softw...