Skip to main content

A pytest plugin to detect unused files

Project description

pytest-filecov

Overview

This is a pytest plugin to monitor file accesses while tests are running, then output a report listing files along with whether or not they were accessed:

$ py.test --filecov tests
============================= test session starts ==============================
platform linux -- Python 3.9.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
filecov: tests
rootdir: /home/rohan/src/pytest-filecov
plugins: cov-2.12.1, filecov-0.1.0
collected 3 items

tests/test_plugin.py ...                                                 [100%]

============================ pytest-filecov report =============================
Filename                 Covered?
--------                 --------
tests/__init__.py        0
tests/fakecmd.py         1
tests/test_plugin.py     1
tests/some-file          1
tests/other-file         0
============================== 3 passed in 0.13s ===============================

Usage

Prerequisites:

  • Linux
  • inotifywait (try installing inotify-tools package)

Install the plugin:

pip install pytest-filecov

When running your test suite, add --filecov <path> specifying the directory tree(s) for which you'd like a report:

py.test --filecov somedir

Why?

This plugin targets the following scenario:

  • You've got a large, complex test suite.
  • You've got some tests relying on external data stored in files.
  • After some refactors, you expect some of the test data files are now unused and you'd like to clean them up, but you have no reliable way to determine what is or is not used.

Just as pytest-cov can help you seek and destroy dead Python code after refactors, pytest-filecov can do the same for dead/unused data files.

Caveats and missing features

This plugin is rudimentary, with many missing features.

  • The format of the reporter is not configurable.
  • The list of files included in the report comes from git ls-files and this is not configurable.
  • .py files may commonly be listed as uncovered for various reasons (e.g. .pyc files were used; or files were imported before monitoring began)

Contributions to improve any of the above are welcome.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-filecov-0.1.1.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytest_filecov-0.1.1-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

Details for the file pytest-filecov-0.1.1.tar.gz.

File metadata

  • Download URL: pytest-filecov-0.1.1.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pytest-filecov-0.1.1.tar.gz
Algorithm Hash digest
SHA256 189e916ef7a11206e8f870edff3193ce2a214832a971144e10a890879baac96e
MD5 e14c214a204d68084b65937bd2b54afa
BLAKE2b-256 66757e5b320067baf2a77a473c145dc8731d08d4140c775003aeb11ca688c682

See more details on using hashes here.

File details

Details for the file pytest_filecov-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pytest_filecov-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 18.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5

File hashes

Hashes for pytest_filecov-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1fd55eb2d6af156d2b9c077d5f7138d65927dd1dcdb886ae3d7e71e2f4926d83
MD5 c271e1eab70715c566e7024a2d300d26
BLAKE2b-256 856dcdb6d05457dfbc7661d47f5c4fc25d737774a4fb0dcecc6c0c13c00dc266

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page