Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 13:25
Show Gist options
  • Save ryantm/3c2244039d0740cdadaa188197d01264 to your computer and use it in GitHub Desktop.
Save ryantm/3c2244039d0740cdadaa188197d01264 to your computer and use it in GitHub Desktop.
/nix/store/4j74n0qiczz4sm0wamczccc2l5ywnbkp-python3.6-django-nose-1.4.5
├── lib
│   └── python3.6
│   └── site-packages
│   ├── django_nose
│   │   ├── fixture_tables.py
│   │   ├── __init__.py
│   │   ├── management
│   │   │   ├── commands
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   └── test.cpython-36.pyc
│   │   │   │   └── test.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-36.pyc
│   │   ├── plugin.py
│   │   ├── __pycache__
│   │   │   ├── fixture_tables.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── plugin.cpython-36.pyc
│   │   │   ├── runner.cpython-36.pyc
│   │   │   ├── testcases.cpython-36.pyc
│   │   │   ├── tools.cpython-36.pyc
│   │   │   └── utils.cpython-36.pyc
│   │   ├── runner.py
│   │   ├── testcases.py
│   │   ├── tools.py
│   │   └── utils.py
│   ├── django_nose-1.4.5.dist-info
│   │   ├── AUTHORS.rst
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── testapp
│   └── migrations
│   ├── 0001_initial.py
│   ├── __init__.py
│   └── __pycache__
│   ├── 0001_initial.cpython-36.pyc
│   └── __init__.cpython-36.pyc
└── nix-support
└── propagated-build-inputs
14 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment