add files for modularity-testing-framework based tests
Currently there seems to be an issue with passing the test command line to the shell in the container, though.
This commit is contained in:
parent
1ae18a54f9
commit
9c069c4141
2 changed files with 44 additions and 0 deletions
5
tests/test.sql
Normal file
5
tests/test.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
CREATE TABLE mtftest (id SERIAL NOT NULL, anything VARCHAR(255) NOT NULL);
|
||||
|
||||
INSERT INTO mtftest (anything) VALUES ('something');
|
||||
|
||||
SELECT anything FROM mtftest;
|
||||
Loading…
Add table
Add a link
Reference in a new issue