/functional_tests/support/namespace_pkg/namespace_pkg/test_pkg.py

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

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