mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 09:18:38 +00:00
Add support for null attributes for people, roles, and addresses. New prototoype testable architecture. See #1711.
This commit is contained in:
@@ -436,6 +436,7 @@ endif
|
||||
.PHONY: test
|
||||
test:
|
||||
make test-core
|
||||
make test-tool
|
||||
make test-bim
|
||||
|
||||
.PHONY: test-core
|
||||
@@ -446,6 +447,10 @@ test-core:
|
||||
test-bim:
|
||||
pytest test/bim
|
||||
|
||||
.PHONY: test-tool
|
||||
test-tool:
|
||||
pytest test/tool
|
||||
|
||||
.PHONY: qa
|
||||
qa:
|
||||
black .
|
||||
|
||||
Reference in New Issue
Block a user