Exemplo n.º 1
0
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

from hep_ipython_tools.ipython_handler import IPythonHandler

#: Create a single instance
handler = IPythonHandler()
    def test_default(self):
        handler = IPythonHandler()

        self.assertEqual(handler.log_files, [])
        self.assertEqual(handler._calculation_type, Calculation)
        self.assertIsInstance(handler.information, EnvironmentInformation)