Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 578 Bytes

CONTRIB.md

File metadata and controls

35 lines (23 loc) · 578 Bytes

Contributing to Fetchq

Run for Development

# Single shot
make test

# Operate the db instance
make start
make stop

# Run unit tests
make test-run

Unit Tests

🔥 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';

Updating FetchQ Version

  • Makefile
  • src/fetchq.control