summaryrefslogtreecommitdiffhomepage
path: root/test/test_routing_tls.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-14Tests: get rid of classes in test files.Andrei Zeliankou1-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-12Tests: prerequisites checking reworked.Andrei Zeliankou1-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-16Tests: migrated to the pytest.Andrei Zeliankou1-31/+17
2020-04-24Tests: introduced module version specification in prerequisites.Andrei Zeliankou1-1/+1
2020-03-27Tests: added tests for "return" action.Andrei Zeliankou1-20/+6
2019-12-09Tests: routing tests refactored.Andrei Zeliankou1-4/+2
2019-09-14Tests: refactored prerequisites model.Andrey Zelenkov1-1/+1
2019-07-24Added routing based on request scheme.Axel Duch1-0/+58
Scheme matches exact string “http” or “https”.