# Below replaced `PYTHONPATH=../../.. pytest test.py` because it lets us do a relative import of grid.py
test:
	cd ../../.. && PYTHONPATH=. pytest dreamcoder/domains/grid/test.py
