aboutsummaryrefslogtreecommitdiff
path: root/tests/test_parse.py
AgeCommit message (Expand)Author
2023-11-15Convert File.dest from a string to a Path (#14)Cody Logan
2023-11-14Docstring type fixesCody Logan
2023-11-14Use fixtures to create test filesCody Logan
2023-11-08Add and refine docstrings in tests folder.Cody Logan
2023-11-08Conditionally import modules used for type checkingCody Logan
2023-11-08Revise type annotations per PEP 604Cody Logan
2023-11-07Fix some pytest style issuesCody Logan
2023-11-03Move from unittest.mock to pytest's monkeypatch where feasibleCody Logan
2023-11-01Rename some symbols and functions to better match their purposeCody Logan
2023-11-01Condense parser construction logicCody Logan
2023-11-01Add some explanatory comments to testsCody Logan
2023-10-30Create temporary batch file for one testCody Logan
2023-10-30Additional tests for batch file parsingCody Logan
2023-10-30Code cleanupCody Logan
2023-10-23Reorganize tests using fixturesCody Logan
2023-10-20Reorganize File classCody Logan
2023-10-17Clean up exception handling and error messagesCody Logan
2023-10-13Refactor parsing logic and revise exception handlingCody Logan