mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
Enable syntax highlighting in test suite for easier debugging
This commit is contained in:
@@ -29,3 +29,4 @@ markers =
|
|||||||
type
|
type
|
||||||
unit
|
unit
|
||||||
void
|
void
|
||||||
|
addopts = --color=yes --code-highlight=yes
|
||||||
|
|||||||
@@ -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"])
|
||||||
subprocess.call([py_exec, "-m", "pip", "install", "pytest-blender"])
|
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", "pytest-bdd"])
|
||||||
|
subprocess.call([py_exec, "-m", "pip", "install", "pygments"])
|
||||||
|
|||||||
Reference in New Issue
Block a user