mirror of https://github.com/mahmoud/boltons.git
11 lines
171 B
Python
11 lines
171 B
Python
![]() |
|
||
|
import sys
|
||
|
from boltons import ecoutils
|
||
|
|
||
|
|
||
|
def test_basic():
|
||
|
# basic sanity test
|
||
|
prof = ecoutils.get_profile()
|
||
|
|
||
|
assert prof['python']['bin'] == sys.executable
|