boltons/tests/test_ecoutils.py

11 lines
171 B
Python
Raw Normal View History

import sys
from boltons import ecoutils
def test_basic():
# basic sanity test
prof = ecoutils.get_profile()
assert prof['python']['bin'] == sys.executable