An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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.

Property Value
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
  • 50020765 (xsd:integer)
dbo:wikiPageLength
  • 2844 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1054012980 (xsd:integer)
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
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License