Pierre-Marie de Rodat 6d826030eb Disable the use of ANSI sequences in logging when --nocolor is passed
--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
2022-11-22 14:37:16 +01:00
2021-02-03 10:53:21 +01:00
2021-05-26 19:07:44 +02:00
2020-05-20 14:57:12 +02:00
2020-04-08 17:38:07 +02:00
2017-11-15 15:42:47 +01:00
2021-01-27 12:36:52 +01:00

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.

Description
No description provided
Readme GPL-3.0 1.1 MiB
Languages
Python 99.9%