##// END OF EJS Templates
Added tag v5.2.0 for changeset 50cf7822bd80
Added tag v5.2.0 for changeset 50cf7822bd80

File last commit:

r5087:0a27bd22 default
r5547:aedaaf1e stable
Show More
test_system_info.py
8 lines | 178 B | text/x-python | PythonLexer
from rhodecode.lib.system_info import get_system_info
def test_system_info(app):
info = get_system_info({})
assert info['load']['value']['15_min'] != 'NOT AVAILABLE'