Procházet zdrojové kódy

Deleted a print in tests + updates pickled em

Yann Weber před 8 roky
rodič
revize
46fe058e5a
2 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. binární
      examples/em_test.pickle
  2. 0
    1
      tests/settings/test_settings.py

binární
examples/em_test.pickle Zobrazit soubor


+ 0
- 1
tests/settings/test_settings.py Zobrazit soubor

@@ -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…
Zrušit
Uložit