Guest User

Untitled

a guest
Dec 14th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. /nix/store/n58wykjdhqawx6ijjw4hjqmh89hjhqdm-python3.7-ptest-1.7.4
  2. ├── bin
  3. │   ├── ptest3
  4. │   └── ptest-3.7
  5. ├── lib
  6. │   └── python3.7
  7. │   └── site-packages
  8. │   ├── ptest
  9. │   │   ├── assertion.py
  10. │   │   ├── config.py
  11. │   │   ├── decorator.py
  12. │   │   ├── enumeration.py
  13. │   │   ├── exceptions.py
  14. │   │   ├── htmltemplate
  15. │   │   │   ├── index.html
  16. │   │   │   ├── report.css
  17. │   │   │   └── report.js
  18. │   │   ├── __init__.py
  19. │   │   ├── main.py
  20. │   │   ├── plistener.py
  21. │   │   ├── plogger.py
  22. │   │   ├── __pycache__
  23. │   │   │   ├── assertion.cpython-37.pyc
  24. │   │   │   ├── config.cpython-37.pyc
  25. │   │   │   ├── decorator.cpython-37.pyc
  26. │   │   │   ├── enumeration.cpython-37.pyc
  27. │   │   │   ├── exceptions.cpython-37.pyc
  28. │   │   │   ├── __init__.cpython-37.pyc
  29. │   │   │   ├── main.cpython-37.pyc
  30. │   │   │   ├── plistener.cpython-37.pyc
  31. │   │   │   ├── plogger.cpython-37.pyc
  32. │   │   │   ├── reporter.cpython-37.pyc
  33. │   │   │   ├── screencapturer.cpython-37.pyc
  34. │   │   │   ├── testexecutor.cpython-37.pyc
  35. │   │   │   ├── testfilter.cpython-37.pyc
  36. │   │   │   ├── testfinder.cpython-37.pyc
  37. │   │   │   ├── testsuite.cpython-37.pyc
  38. │   │   │   └── utils.cpython-37.pyc
  39. │   │   ├── reporter.py
  40. │   │   ├── screencapturer.py
  41. │   │   ├── testexecutor.py
  42. │   │   ├── testfilter.py
  43. │   │   ├── testfinder.py
  44. │   │   ├── testsuite.py
  45. │   │   └── utils.py
  46. │   └── ptest-1.7.4.dist-info
  47. │   ├── entry_points.txt
  48. │   ├── INSTALLER
  49. │   ├── LICENSE
  50. │   ├── METADATA
  51. │   ├── RECORD
  52. │   ├── top_level.txt
  53. │   └── WHEEL
  54. └── nix-support
  55. └── propagated-build-inputs
  56.  
  57. 9 directories, 45 files
Add Comment
Please, Sign In to add comment