PACKAGE_NAME:=ifcedit
include ../common.mk

.PHONY: test
test:
	pytest tests

.PHONY: qa
qa:
	black .
