mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Test pgunit
This commit is contained in:
parent
b36a209660
commit
630fe119ce
7
postgres/run_tests.sql
Normal file
7
postgres/run_tests.sql
Normal file
@ -0,0 +1,7 @@
|
||||
create or replace function test_case_can_create_item() returns void as $$
|
||||
begin
|
||||
perform test_assertTrue('hello', true);
|
||||
end;
|
||||
$$ language plpgsql;
|
||||
|
||||
select * from test_run_all();
|
||||
Loading…
Reference in New Issue
Block a user