Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-14 | Tests: get rid of classes in test files. | Andrei Zeliankou | 1 | -21/+22 | |
Class usage came from the unittest framework and it was always redundant after migration to the pytest. This commit removes classes from files containing tests to make them more readable and understandable. | |||||
2023-06-12 | Tests: prerequisites checking reworked. | Andrei Zeliankou | 1 | -2/+2 | |
Prerequisites check moved to the module level to simplify class structure. Discovery and prerequisites checks functions moved to the separate files. Introduced "require" fixture to provide per-test requirements check. | |||||
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -31/+17 | |
2020-04-24 | Tests: introduced module version specification in prerequisites. | Andrei Zeliankou | 1 | -1/+1 | |
2020-03-27 | Tests: added tests for "return" action. | Andrei Zeliankou | 1 | -20/+6 | |
2019-12-09 | Tests: routing tests refactored. | Andrei Zeliankou | 1 | -4/+2 | |
2019-09-14 | Tests: refactored prerequisites model. | Andrey Zelenkov | 1 | -1/+1 | |
2019-07-24 | Added routing based on request scheme. | Axel Duch | 1 | -0/+58 | |
Scheme matches exact string “http” or “https”. |