Skip to main content

py.test plugin for using the same _trial_temp working directory as trial

Project description

py.test plugin for using the same _trial_temp working directory as trial

usage

Install the plugin with pip install pytest-trialtemp and it will be used automatically when tests are run.

To disable it for a particular run, use py.test -p no:trialtemp [...] to run your tests. See pytest’s documentation for further options.

why?

I frequently use py.test to run Twisted tests written using trial. This works pretty well on its own, except trial’s temporary directory infrastructure assumes the working directory during test runs is ./_trial_temp or something similar.

In order to avoid littering my project root with annoying test-created temporary directories, I wrote this little plugin.

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-trialtemp-1.0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

pytest_trialtemp-1.0.1-py2-none-any.whl (3.7 kB view hashes)

Uploaded Python 2

Supported by

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