mirror of
https://github.com/AdaCore/e3-testsuite.git
synced 2026-02-12 12:59:56 -08:00
colors
--nocolor is an existing option defined in e3.main. e3-testsuite has heuristics in order to detect if it is safe to use ANSI sequences in logging in order to colorize the output in the console, but --nocolor should have precedence over these heuristics. No testcase added as tests run without TTYs, and so colors are always disabled there. For #113
e3-testsuite
Generic testsuite framework in Python. Supports Python 3.9 and Python 3.10. Full documentation available on Read the Docs.
Installation
This package is available on Pypi. If you want to install it from the source, run the following command in the root directory:
pip install .
Testing
Contributors are expected to run tox and keep the testsuite and style
checks clean. Please also add tests so that code coverage never degrades.
The testsuite is based on the pytest framework.
Languages
Python
99.9%