Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. tests_dir/
  2. ├── __init__.py
  3. ├── conftest.py
  4. ├── checker1
  5. ├── checker2
  6. └── checker3
  7.  
  8. def module_name():
  9. return os.path.splitext(__file__)[0]
  10.  
  11. @pytest.fixture(scope='module')
  12. def module_name(request):
  13. return request.node.name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement