Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2019 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/b0cca71b4724fac55bd235146f1d74c1 to your computer and use it in GitHub Desktop.
Save ryantm/b0cca71b4724fac55bd235146f1d74c1 to your computer and use it in GitHub Desktop.
/nix/store/4dgas8sljirksxgnz0w2067fyqpwzjgc-python3.7-unittest-xml-reporting-2.5.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── unittest_xml_reporting-2.5.1.dist-info
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── xmlrunner
│   ├── builder.py
│   ├── extra
│   │   ├── djangotestrunner.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── djangotestrunner.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   ├── __init__.py
│   ├── __main__.py
│   ├── __pycache__
│   │   ├── builder.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── __main__.cpython-37.pyc
│   │   ├── result.cpython-37.pyc
│   │   ├── runner.cpython-37.pyc
│   │   ├── unittest.cpython-37.pyc
│   │   └── version.cpython-37.pyc
│   ├── result.py
│   ├── runner.py
│   ├── unittest.py
│   └── version.py
└── nix-support
└── propagated-build-inputs
9 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment