Merge 25e1bc0115
into ac41898755
This commit is contained in:
commit
16c1d07465
1
AUTHORS
1
AUTHORS
|
@ -193,6 +193,7 @@ Jake VanderPlas
|
|||
Jakob van Santen
|
||||
Jakub Mitoraj
|
||||
James Bourbeau
|
||||
James Hutchins
|
||||
James Frost
|
||||
Jan Balster
|
||||
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