/functional_tests/support/namespace_pkg/site-packages/namespace_pkg/test_pkg2.py

https://bitbucket.org/jpellerin/nose/ · Python · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 0f5993e10097c1600329ef74d34cc69c MD5 · raw file

  1. from namespace_pkg import example
  2. from namespace_pkg import example2
  3. def test_namespace_pkg2():
  4. assert example.test == 'the nose knows'
  5. assert example2.test == 'put that snoot to use'