Browse Source

Deleted a print in tests + updates pickled em

Yann Weber 8 years ago
parent
commit
46fe058e5a
2 changed files with 0 additions and 1 deletions
  1. BIN
      examples/em_test.pickle
  2. 0
    1
      tests/settings/test_settings.py

BIN
examples/em_test.pickle View File


+ 0
- 1
tests/settings/test_settings.py View File

@@ -10,5 +10,4 @@ class SettingsTestCase(unittest.TestCase):
10 10
     
11 11
     def test_init(self):
12 12
         settings = Settings('tests/settings/settings_tests.ini', 'tests/settings/settings_tests_conf.d')
13
-        print(settings.confs)
14 13
         pass

Loading…
Cancel
Save