fuel-qa/system_test/core
Alexey Stepanov 3990b5fb65 Fix inspection issues
1. PyCharm inspection: ignore no member for magic places
  (six.moves, mixin for system_test, unicode<->string on python2)
2. Fix docstrings
3. Fix reraise of SkipTest
  (use raise instead of raising again the same exception, but no args)
4. Bash simple variable usage

Closes-bug: #1578998

Change-Id: Ifac2dcb68b323ce48c6c80598abfd18ed9bf2caf
2016-05-10 11:54:55 +03:00
..
__init__.py Pylint: fix trivial issues 2 2016-03-16 10:30:31 +03:00
config.py Fix inspection issues 2016-05-10 11:54:55 +03:00
decorators.py Refactoring of system_test classes 2016-02-25 16:53:59 +02:00
discover.py Python3 code compatibility: filter, map, zip 2016-03-18 10:44:09 +03:00
factory.py Fix inspection issues 2016-05-10 11:54:55 +03:00
repository.py Python3 code compatibility: Stage2.1 - iterators support 2016-03-17 13:16:08 +03:00