Merge 25e1bc0115
into ac41898755
This commit is contained in:
commit
16c1d07465
1
AUTHORS
1
AUTHORS
|
@ -193,6 +193,7 @@ Jake VanderPlas
|
||||||
Jakob van Santen
|
Jakob van Santen
|
||||||
Jakub Mitoraj
|
Jakub Mitoraj
|
||||||
James Bourbeau
|
James Bourbeau
|
||||||
|
James Hutchins
|
||||||
James Frost
|
James Frost
|
||||||
Jan Balster
|
Jan Balster
|
||||||
Janne Vanhala
|
Janne Vanhala
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
Improved the terminal writer to be able to use pygments Terminal256Formatter and TerminalTrueColorFormatter.
|
||||||
|
|
||||||
|
These can be set by the user with the environmental variable PYTEST_THEME.
|
||||||
|
|
||||||
|
There is also a default format set with both a light and dark mode which can be changed with the environmental variable PYTEST_THEME_MODE.
|
||||||
|
|
||||||
|
If no environmental variables are set it defaults to dark mode.
|
Loading…
Reference in New Issue