Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 15:36
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/130edf4c3e09feb31e161a29766ad82e to your computer and use it in GitHub Desktop.
Save ryantm/130edf4c3e09feb31e161a29766ad82e to your computer and use it in GitHub Desktop.
/nix/store/9apxj6iz77pwa3q60fdw1waasz8dsf6z-python3.7-unittest-xml-reporting-2.2.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── unittest_xml_reporting-2.2.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