summaryrefslogtreecommitdiff
path: root/tests/test_parse.py
AgeCommit message (Collapse)Author
2024-05-20Check for lints with ruffYuval Adam
2020-02-01Add support for known color parsing (#13)Yuval Adam
* Added color parsing support * Fixed major flaw in parsing colors. * Removed debugging comments * Additional black run * Extract colors.py and restore Noop parser class * Test for unknown colors as well Co-authored-by: TiberiuD <TiberiuD@users.noreply.github.com>
2020-02-01Run black on entire codebaseYuval Adam
2018-04-02Fix formatted string testYuval Adam
2018-04-02Add comments and fix Color testYuval Adam
2018-04-02All types convertedYuval Adam
2018-04-02Things looking goodYuval Adam
2018-04-02Some level of metaprogramming is workingYuval Adam
2018-03-13Add skeleton support for RGBA, datetime and unit parsingv0.3.0Yuval Adam
2018-03-12Add support for formatted stringsYuval Adam
2018-03-12Improve string value testYuval Adam
2018-03-12Add color parsing testYuval Adam
2018-03-09Add triplet supportYuval Adam
2018-03-09Add mevaker test and cleanup sample discoveryYuval Adam
2018-02-27Fix tests for python3.5Yuval Adam
2018-02-27Add full sample parsing unit testsYuval Adam
2018-02-20Split test filesYuval Adam