Преглед изворни кода

Add test_init as a reminder

This test module is still empty but should soon be filed!
oz123 пре 10 година
родитељ
комит
31ec96135c
1 измењених фајлова са 27 додато и 0 уклоњено
  1. 27 0
      pwman/tests/test_init.py

+ 27 - 0
pwman/tests/test_init.py

@@ -0,0 +1,27 @@
+# ============================================================================
+# This file is part of Pwman3.
+#
+# Pwman3 is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License, version 2
+# as published by the Free Software Foundation;
+#
+# Pwman3 is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Pwman3; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+# ============================================================================
+# Copyright (C) 2014 Oz Nahum Tiram <nahumoz@gmail.com>
+# ============================================================================
+
+import unittest
+import pwman
+
+class CryptoEngineTest(unittest.TestCase):
+
+    def setUp(self):
+
+        pwma_dummy = pwman.parser_options()