# Single shot
make test
# Operate the db instance
make start
make stop
# Run unit tests
make test-run
🔥 The testing system is custom made 🔥
(I was young and stupid, and I didn't know PGTap)
Open the file tests/_run.sql
.
In the end of the file you find the top-level instructions to run different groups of test.
In any test, use RAISE NOTICE
to log stuff:
RAISE NOTICE E'\nMy beautiful log';
- Makefile
- src/fetchq.control