summaryrefslogtreecommitdiffhomepage
path: root/test/conftest.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-12-06Tests: options moved to the separate class.Andrei Zeliankou1-4/+9
This change is necessary to separate the logic and prevent possible circular dependency.
2020-11-16Tests: fixing tests interrupt in terminal.Max Romanov1-1/+10
KeyboardInterrupt re-raised.
2020-11-16Tests: making available versions unique.Max Romanov1-4/+3
2020-10-28Tests: improving get_application_type() and fixing its name.Max Romanov1-1/+3
This patch also enables multiversion tests running for Java.
2020-10-19Tests: fixed unit.log print.Andrei Zeliankou1-20/+117
2020-10-07Tests: minor fixes.Andrei Zeliankou1-2/+3
2020-10-05Tests: pretty versions output for multi-version tests.Max Romanov1-3/+3
2020-10-01Tests: minor fixes.Andrei Zeliankou1-6/+27
Fixed temporary dir removing. Fixed printing path to log. Module checks moved to the separate file.
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