]> git.phdru.name Git - sqlconvert.git/blob - tests/Makefile
Unescape all known escapes
[sqlconvert.git] / tests / Makefile
1
2 .PHONY: all
3 all: nodb postgres clean
4
5 .PHONY: nodb
6 nodb:
7         PYTHONPATH=.. python -m  pytest
8
9 .PHONY: postgres
10 postgres:
11         createdb test
12         PYTHONPATH=.. python -m  pytest -D postgres:///test
13         dropdb test
14
15 .PHONY: clean
16 clean:
17         rm -f *.tmp