Skip to content

Commit c34eca5

Browse files
committed
Added future tests
1 parent d952902 commit c34eca5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

testsuite/MDAnalysisTests/lib/test_log.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ def test_stop_logging(self, tmp_path):
5757

5858
assert len(logger.handlers) == 0
5959

60+
def test_message_console(tmp_path):
61+
pass
62+
63+
def test_message_file(tmp_path):
64+
pass
6065

6166
# TODO need to make a fixture that can clear all handlers per test
6267
class TestCreateBehaviors:
@@ -88,6 +93,14 @@ def test_exception(tmp_path):
8893
):
8994
mda.lib.log.create(stream=2)
9095

96+
def test_level_parameter():
97+
pass
98+
99+
def test_fmt_parameter():
100+
pass
101+
102+
def test_mode_parameter():
103+
pass
91104

92105
class TestProgressBar(object):
93106

0 commit comments

Comments
 (0)