summaryrefslogtreecommitdiffhomepage
path: root/test/conftest.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-24Tests: prerequisites check improved by using callable.Max Romanov1-15/+23
This is required for more flexible Python version check since ASGI works for Python 3.5+. Version check via 'startswith()' function removed as not consistent.
2020-09-16Tests: migrated to the pytest.Andrei Zeliankou1-0/+299