Enable syntax highlighting in test suite for easier debugging

This commit is contained in:
Dion Moult
2022-05-08 15:24:06 +10:00
parent 8252ef82ad
commit f67941221e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -29,3 +29,4 @@ markers =
type
unit
void
addopts = --color=yes --code-highlight=yes
+1
View File
@@ -25,3 +25,4 @@ subprocess.call([py_exec, "-m", "pip", "install", "--upgrade", "pip"])
subprocess.call([py_exec, "-m", "pip", "install", "pytest"])
subprocess.call([py_exec, "-m", "pip", "install", "pytest-blender"])
subprocess.call([py_exec, "-m", "pip", "install", "pytest-bdd"])
subprocess.call([py_exec, "-m", "pip", "install", "pygments"])