Contents

tox 4.14.2

0

tox is a generic virtualenv management and test command line tool

tox is a generic virtualenv management and test command line tool

Stars: 3490, Watchers: 3490, Forks: 492, Open Issues: 90

The tox-dev/tox repo was created 7 years ago and the last code push was 19 hours ago.
The project is very popular with an impressive 3490 github stars!

How to Install tox

You can install tox using pip

pip install tox

or add it to a project with poetry

poetry add tox

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/tox/
Documentation:
https://tox.wiki
GitHub Repo:
https://github.com/tox-dev/tox

Classifiers

  • Software Development/Libraries
  • Software Development/Testing
  • Utilities
No  tox  pypi packages just yet.

Errors

A list of common tox errors.

Code Examples

Here are some tox code examples and snippets.

GitHub Issues

The tox package has 90 open issues on GitHub

  • {envsitepackagesdir} how to return lib64?
  • Ability to skip install, but still install extras
  • Better support CI python version specification strings
  • Specifying a single testenv with platform-dependent commands
  • tox4: plugin migration use cases
  • tox4: Make source/env discovery extensible
  • configuration option disabling sucicide on pytest subprocess
  • Option to retry failed commands
  • Introduce install_command_post executed with --notest
  • Ship a better/proper manpage
  • tox needs an option to unset environment variables to complement passenv
  • Please suppress ANSI colors and progress spinner when TERM=dumb
  • Support glob patterns and factors in 'depends' option
  • Explain rationale behind PEP 517/518 improvements
  • Validate extras option in tox.ini

See more issues on GitHub

Related Packages & Articles

pytest-xdist 3.5.0

pytest xdist plugin for distributed testing, most importantly across multiple CPUs

docopt 0.6.2

Pythonic argument parser, that will make you smile

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

typer 0.10.0

Typer, build great CLIs. Easy to code. Based on Python type hints.

pytest-socket 0.7.0

A plugin to use with Pytest to disable or restrict socket calls during tests to ensure network calls are prevented.