deb-murano/murano/releasenotes/notes/test-runner-set-up-tear-down-a269a31734544a3a.yaml
Alexander Tivelkov 63b75569b1 Test-runner now properly invokes setUp/tearDown methods
Test-runner was looking only for the locally-defined methods (i.e.
ignoring the inherited ones) when invoking service methods of test
fixtures, such as 'setUp' and 'tearDown'. This caused incorrect
behavior when these methods were defined in base classes of the actual
fixtures.

Change-Id: Ife4e4bed7e945093bb751da4ed0f8336c69c9065
Closes-bug: #1596509
2016-06-30 19:26:09 +03:00

6 lines
129 B
YAML

---
fixes:
- Fixed a bug when test-runner could not properly invoke setUp and tearDown
methods of fixtures in some cases.