osprofiler/osprofiler/tests
Ilya Shakhat 17f8441e28 Make test_notifier independent of test case execution order
Test_notifier contains a test case that verifies default notifier value
(test_get_default_notifier) and there are 2 test cases that update
default notifier value. It's supposed that test_get_default_notifier
is executed first, otherwise it gets wrong value. Test's tearDown()
method was designed to restore default notifier, but failed to do so
due to wrong reference to global variable.

Change-Id: Id083f1e8ba4bf2a0341eb1a7ee8891b53c1f3a65
2017-08-10 14:21:02 +02:00
..
functional Remove unused parameters from Profiler class 2017-07-31 17:59:37 +02:00
unit Make test_notifier independent of test case execution order 2017-08-10 14:21:02 +02:00
__init__.py Move osprofiler tests into osprofiler 2016-01-25 12:12:45 -08:00
test.py Move osprofiler tests into osprofiler 2016-01-25 12:12:45 -08:00