aboutsummaryrefslogtreecommitdiff
path: root/wqflask/tests/unit/utility
AgeCommit message (Collapse)Author
2021-02-19Patched utility.authentication_tools.g as TestUserSession because otherwise ↵zsloan
the str.encode failed on the mock.Mock() object, and this also seems consistent with the way it's done in a later method
2021-01-06refactor tests and pep8 formattingAlexanderkabui
2021-01-06add tests for type checkingAlexanderkabui
2020-11-03Remove encoding header for fileBonfaceKilz
In python3 the default encoding is utf-8 so this is redundant.
2020-11-03Separate unittests from integration testsBonfaceKilz