mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
404 B
404 B
Setup
Create database structure: psql -f ./structure/create.sql Load code into database psql -f ./code/update_quality.sql -d gilded_rose Load test data into database: psql -f ./test/data/load.sql -d gilded_rose Execute: CALL update_quality(); Check results: SELECT * FROM items;
Test
No test code provided, only a sample of test data TODO: [https://pgtap.org/](introduce TAP - xUnit for PL/pg SQL)