dbo:abstract
|
- tox is a command-line driven automated testing tool for Python, based on the use of <a href="/w/index.php?title=Virtualenv&action=edit&redlink=1" class="new" title="Virtualenv (page does not exist)">virtualenv</a>. It can be used for both manually-invoked testing from the desktop, or continuous testing within continuous integration frameworks such as Jenkins or Travis CI. Its use began to become popular in the Python community from around 2015. tox acts a wrapper for both and test automation tools, to simplify the consistent testing of Python code across a range of environments. It integrates the use of a virtualisation tool, such as virtualenv, with a test script such as Imprimatur. This gives a consistent container-based testing environment on both desktops and integration servers. It also allows testing in a range of Python environments, such as Python 2 or Python 3 specific contexts. Tox is configured through a simple tox.ini file in INI format. (en)
|
dbo:wikiPageExternalLink
| |
dbo:wikiPageID
| |
dbo:wikiPageLength
|
- 2844 (xsd:nonNegativeInteger)
|
dbo:wikiPageRevisionID
| |
dbo:wikiPageWikiLink
| |
dbp:wikiPageUsesTemplate
| |
dcterms:subject
| |
rdfs:comment
|
- tox is a command-line driven automated testing tool for Python, based on the use of <a href="/w/index.php?title=Virtualenv&action=edit&redlink=1" class="new" title="Virtualenv (page does not exist)">virtualenv</a>. It can be used for both manually-invoked testing from the desktop, or continuous testing within continuous integration frameworks such as Jenkins or Travis CI. Its use began to become popular in the Python community from around 2015. Tox is configured through a simple tox.ini file in INI format. (en)
|
rdfs:label
|
- Tox (Python testing wrapper) (en)
|
owl:sameAs
| |
prov:wasDerivedFrom
| |
foaf:isPrimaryTopicOf
| |
is dbo:wikiPageDisambiguates
of | |
is dbo:wikiPageWikiLink
of | |
is foaf:primaryTopic
of | |