
check-env:
	ifndef ${IB_ROOT_URL}
		$(error IB_ROOT_URL env var is missing.)
	endif
	

test: 
	pytest ./tests