PACKAGE_NAME:=ifcquery
include ../common.mk

.PHONY: test
test:
	pytest tests

.PHONY: qa
qa:
	black .
