We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d952902 commit c34eca5Copy full SHA for c34eca5
1 file changed
testsuite/MDAnalysisTests/lib/test_log.py
@@ -57,6 +57,11 @@ def test_stop_logging(self, tmp_path):
57
58
assert len(logger.handlers) == 0
59
60
+def test_message_console(tmp_path):
61
+ pass
62
+
63
+def test_message_file(tmp_path):
64
65
66
# TODO need to make a fixture that can clear all handlers per test
67
class TestCreateBehaviors:
@@ -88,6 +93,14 @@ def test_exception(tmp_path):
88
93
):
89
94
mda.lib.log.create(stream=2)
90
95
96
+def test_level_parameter():
97
98
99
+def test_fmt_parameter():
100
101
102
+def test_mode_parameter():
103
91
104
92
105
class TestProgressBar(object):
106
0 commit comments