Shut down network_load segment in tests

This commit is contained in:
ZyX 2013-03-24 21:30:17 +04:00
parent 80e55b0c81
commit 00271c2a0c
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ class TestCommon(TestCase):
{'divider_highlight_group': 'background:divider', 'contents': 'r 1 KiB/s', 'highlight_group': ['network_load_recv', 'network_load']},
{'divider_highlight_group': 'background:divider', 'contents': 's 2 KiB/s', 'highlight_group': ['network_load_sent_gradient', 'network_load_gradient', 'network_load_sent', 'network_load'], 'gradient_level': ApproxEqual()},
])
common.network_load.shutdown()
def test_virtualenv(self):
with replace_env('VIRTUAL_ENV', '/abc/def/ghi') as pl: