summaryrefslogtreecommitdiffstats
path: root/tests/test_markdown_link_style/test_logging.py
Commit message (Collapse)AuthorAgeFilesLines
* use black for formattingrsiddharth2020-07-111-11/+12
|
* tests: Add `TestMDLSLogger.test_critical`.rsiddharth2017-03-201-0/+5
| | | | | * tests/test_markdown_link_style/test_logging.py (TestMDLSLogger.test_critical): Add test method.
* test: Add `TestMDLSLogger.test_error`rsiddharth2017-03-201-0/+5
| | | | | * tests/test_markdown_link_style/test_logging.py (TestMDLSLogger.test_error): Add test method.
* tests: Update `TestMDLSLogger.test_warning`.rsiddharth2017-03-201-1/+3
| | | | | * tests/test_markdown_link_style/test_logging.py (TestMDLSLogger.test_warning): Update test method.
* tests: Update `TestMDLSLogger.test_info`.rsiddharth2017-03-201-1/+3
| | | | | * tests/test_markdown_link_style/test_logging.py (TestMDLSLogger.test_info): Update method.
* tests: Update `TestMDLSLogger.test_debug`rsiddharth2017-03-201-2/+9
| | | | | * tests/test_markdown_link_style/test_logging.py (TestMDLSLogger.test_debug) (TestMDLSLogger.setup): Update methods.
* Move tests MDLSLogger in its own test module.rsiddharth2017-03-041-0/+41
* tests/test_markdown_link_style/test_logging.py: New file. * tests/test_mdl_style.py (TestMDLSLogger): Remove class.