Add support for null attributes for people, roles, and addresses. New prototoype testable architecture. See #1711.

This commit is contained in:
Dion Moult
2021-09-29 14:14:10 +10:00
parent 6fb4714317
commit 086d8749ec
31 changed files with 1975 additions and 361 deletions
+5
View File
@@ -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 .