Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 15:23
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 r-ryantm/04802e1520a63b7af675fe28a0afd939 to your computer and use it in GitHub Desktop.
Save r-ryantm/04802e1520a63b7af675fe28a0afd939 to your computer and use it in GitHub Desktop.
/nix/store/mmhbvl11cyx5sbbvmk5x0dain4gsdivq-python3.7-pytest-6.1.1
├── bin
│   ├── py.test
│   └── pytest
├── lib
│   └── python3.7
│   └── site-packages
│   ├── _pytest
│   │   ├── _argcomplete.py
│   │   ├── assertion
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.opt-2.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── rewrite.cpython-37.opt-2.pyc
│   │   │   │   ├── rewrite.cpython-37.pyc
│   │   │   │   ├── truncate.cpython-37.opt-2.pyc
│   │   │   │   ├── truncate.cpython-37.pyc
│   │   │   │   ├── util.cpython-37.opt-2.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── rewrite.py
│   │   │   ├── truncate.py
│   │   │   └── util.py
│   │   ├── cacheprovider.py
│   │   ├── capture.py
│   │   ├── _code
│   │   │   ├── code.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── code.cpython-37.opt-2.pyc
│   │   │   │   ├── code.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.opt-2.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── source.cpython-37.opt-2.pyc
│   │   │   │   └── source.cpython-37.pyc
│   │   │   └── source.py
│   │   ├── compat.py
│   │   ├── config
│   │   │   ├── argparsing.py
│   │   │   ├── exceptions.py
│   │   │   ├── findpaths.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── argparsing.cpython-37.opt-2.pyc
│   │   │   ├── argparsing.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.opt-2.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── findpaths.cpython-37.opt-2.pyc
│   │   │   ├── findpaths.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.opt-2.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── debugging.py
│   │   ├── deprecated.py
│   │   ├── doctest.py
│   │   ├── faulthandler.py
│   │   ├── fixtures.py
│   │   ├── freeze_support.py
│   │   ├── helpconfig.py
│   │   ├── hookspec.py
│   │   ├── __init__.py
│   │   ├── _io
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.opt-2.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── saferepr.cpython-37.opt-2.pyc
│   │   │   │   ├── saferepr.cpython-37.pyc
│   │   │   │   ├── terminalwriter.cpython-37.opt-2.pyc
│   │   │   │   ├── terminalwriter.cpython-37.pyc
│   │   │   │   ├── wcwidth.cpython-37.opt-2.pyc
│   │   │   │   └── wcwidth.cpython-37.pyc
│   │   │   ├── saferepr.py
│   │   │   ├── terminalwriter.py
│   │   │   └── wcwidth.py
│   │   ├── junitxml.py
│   │   ├── logging.py
│   │   ├── main.py
│   │   ├── mark
│   │   │   ├── expression.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── expression.cpython-37.opt-2.pyc
│   │   │   │   ├── expression.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.opt-2.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── structures.cpython-37.opt-2.pyc
│   │   │   │   └── structures.cpython-37.pyc
│   │   │   └── structures.py
│   │   ├── monkeypatch.py
│   │   ├── nodes.py
│   │   ├── nose.py
│   │   ├── outcomes.py
│   │   ├── pastebin.py
│   │   ├── pathlib.py
│   │   ├── __pycache__
│   │   │   ├── _argcomplete.cpython-37.opt-2.pyc
│   │   │   ├── _argcomplete.cpython-37.pyc
│   │   │   ├── cacheprovider.cpython-37.opt-2.pyc
│   │   │   ├── cacheprovider.cpython-37.pyc
│   │   │   ├── capture.cpython-37.opt-2.pyc
│   │   │   ├── capture.cpython-37.pyc
│   │   │   ├── compat.cpython-37.opt-2.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── debugging.cpython-37.opt-2.pyc
│   │   │   ├── debugging.cpython-37.pyc
│   │   │   ├── deprecated.cpython-37.opt-2.pyc
│   │   │   ├── deprecated.cpython-37.pyc
│   │   │   ├── doctest.cpython-37.opt-2.pyc
│   │   │   ├── doctest.cpython-37.pyc
│   │   │   ├── faulthandler.cpython-37.opt-2.pyc
│   │   │   ├── faulthandler.cpython-37.pyc
│   │   │   ├── fixtures.cpython-37.opt-2.pyc
│   │   │   ├── fixtures.cpython-37.pyc
│   │   │   ├── freeze_support.cpython-37.opt-2.pyc
│   │   │   ├── freeze_support.cpython-37.pyc
│   │   │   ├── helpconfig.cpython-37.opt-2.pyc
│   │   │   ├── helpconfig.cpython-37.pyc
│   │   │   ├── hookspec.cpython-37.opt-2.pyc
│   │   │   ├── hookspec.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.opt-2.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── junitxml.cpython-37.opt-2.pyc
│   │   │   ├── junitxml.cpython-37.pyc
│   │   │   ├── logging.cpython-37.opt-2.pyc
│   │   │   ├── logging.cpython-37.pyc
│   │   │   ├── main.cpython-37.opt-2.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── monkeypatch.cpython-37.opt-2.pyc
│   │   │   ├── monkeypatch.cpython-37.pyc
│   │   │   ├── nodes.cpython-37.opt-2.pyc
│   │   │   ├── nodes.cpython-37.pyc
│   │   │   ├── nose.cpython-37.opt-2.pyc
│   │   │   ├── nose.cpython-37.pyc
│   │   │   ├── outcomes.cpython-37.opt-2.pyc
│   │   │   ├── outcomes.cpython-37.pyc
│   │   │   ├── pastebin.cpython-37.opt-2.pyc
│   │   │   ├── pastebin.cpython-37.pyc
│   │   │   ├── pathlib.cpython-37.opt-2.pyc
│   │   │   ├── pathlib.cpython-37.pyc
│   │   │   ├── pytester.cpython-37.pyc
│   │   │   ├── pytester.cpython-37-pytest-6.1.1.pyc
│   │   │   ├── python_api.cpython-37.opt-2.pyc
│   │   │   ├── python_api.cpython-37.pyc
│   │   │   ├── python.cpython-37.opt-2.pyc
│   │   │   ├── python.cpython-37.pyc
│   │   │   ├── recwarn.cpython-37.opt-2.pyc
│   │   │   ├── recwarn.cpython-37.pyc
│   │   │   ├── reports.cpython-37.opt-2.pyc
│   │   │   ├── reports.cpython-37.pyc
│   │   │   ├── runner.cpython-37.opt-2.pyc
│   │   │   ├── runner.cpython-37.pyc
│   │   │   ├── setuponly.cpython-37.opt-2.pyc
│   │   │   ├── setuponly.cpython-37.pyc
│   │   │   ├── setupplan.cpython-37.opt-2.pyc
│   │   │   ├── setupplan.cpython-37.pyc
│   │   │   ├── skipping.cpython-37.opt-2.pyc
│   │   │   ├── skipping.cpython-37.pyc
│   │   │   ├── stepwise.cpython-37.opt-2.pyc
│   │   │   ├── stepwise.cpython-37.pyc
│   │   │   ├── store.cpython-37.opt-2.pyc
│   │   │   ├── store.cpython-37.pyc
│   │   │   ├── terminal.cpython-37.opt-2.pyc
│   │   │   ├── terminal.cpython-37.pyc
│   │   │   ├── timing.cpython-37.opt-2.pyc
│   │   │   ├── timing.cpython-37.pyc
│   │   │   ├── tmpdir.cpython-37.opt-2.pyc
│   │   │   ├── tmpdir.cpython-37.pyc
│   │   │   ├── unittest.cpython-37.opt-2.pyc
│   │   │   ├── unittest.cpython-37.pyc
│   │   │   ├── _version.cpython-37.opt-2.pyc
│   │   │   ├── _version.cpython-37.pyc
│   │   │   ├── warnings.cpython-37.opt-2.pyc
│   │   │   ├── warnings.cpython-37.pyc
│   │   │   ├── warning_types.cpython-37.opt-2.pyc
│   │   │   └── warning_types.cpython-37.pyc
│   │   ├── pytester.py
│   │   ├── python_api.py
│   │   ├── python.py
│   │   ├── py.typed
│   │   ├── recwarn.py
│   │   ├── reports.py
│   │   ├── runner.py
│   │   ├── setuponly.py
│   │   ├── setupplan.py
│   │   ├── skipping.py
│   │   ├── stepwise.py
│   │   ├── store.py
│   │   ├── terminal.py
│   │   ├── timing.py
│   │   ├── tmpdir.py
│   │   ├── unittest.py
│   │   ├── _version.py
│   │   ├── warnings.py
│   │   └── warning_types.py
│   ├── pytest
│   │   ├── collect.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── collect.cpython-37.opt-2.pyc
│   │   │   ├── collect.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.opt-2.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.opt-2.pyc
│   │   │   └── __main__.cpython-37.pyc
│   │   └── py.typed
│   └── pytest-6.1.1.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
├── propagated-build-inputs
└── setup-hook
20 directories, 197 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment