PACKAGE_NAME:=ifcmcp
include ../common.mk

.PHONY: test
test:
	pytest tests

.PHONY: qa
qa:
	black .
