There was an error while loading. Please reload this page.
1 parent aebf5fb commit 04c8da0Copy full SHA for 04c8da0
1 file changed
pixi.toml
@@ -84,8 +84,8 @@ py314 = { features = ["dev", "py314"], solve-group = "py314" }
84
# ──────────────────────────────────────────────────────────────────────────────
85
# Testing
86
87
-test = { cmd = "pytest gridappsd-python-lib/tests -v", description = "Run main library tests" }
88
-test-cov = { cmd = "pytest gridappsd-python-lib/tests -v --cov=gridappsd --cov-report=term-missing --cov-report=html", description = "Run tests with coverage" }
+test = { cmd = "pytest gridappsd-python-lib/tests -v -m 'not integration'", description = "Run main library tests" }
+test-cov = { cmd = "pytest gridappsd-python-lib/tests -v -m 'not integration' --cov=gridappsd --cov-report=term-missing --cov-report=html", description = "Run tests with coverage" }
89
test-field-bus = { cmd = "pytest gridappsd-field-bus-lib/tests -v", description = "Run field bus tests" }
90
test-all = { depends-on = ["test", "test-field-bus"], description = "Run all tests" }
91
test-integration = { cmd = "pytest gridappsd-python-lib/tests -v -m integration", description = "Run integration tests only" }
0 commit comments