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