tests/tools/conftest.py
Wed, 25 Oct 2017 13:50:26 +0300 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
Fri, 06 Oct 2017 17:52:34 +0300 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
Thu, 28 Sep 2017 15:17:57 +0300 Andrey Skvortsov fix wrong-import-order. first standard modules are imported, then others
Fri, 15 Sep 2017 19:51:31 +0300 Andrey Skvortsov run separate test on every project instead of one big long test all projects
Fri, 15 Sep 2017 19:45:41 +0300 Andrey Skvortsov move configuration for test environment into separate file conftest.py