/functional_tests/support/namespace_pkg/site-packages/namespace_pkg/test_pkg2.py
Python | 6 lines | 5 code | 1 blank | 0 comment | 0 complexity | 0f5993e10097c1600329ef74d34cc69c MD5 | raw file
1from namespace_pkg import example 2from namespace_pkg import example2 3 4def test_namespace_pkg2(): 5 assert example.test == 'the nose knows' 6 assert example2.test == 'put that snoot to use'