remove /test/

This commit is contained in:
Nikita Vilunov 2023-10-01 18:16:11 +02:00
parent 47195f5eee
commit 8047a97baa
3 changed files with 0 additions and 12 deletions

1
test/.gitignore vendored
View File

@ -1 +0,0 @@
*.log

View File

@ -1,6 +0,0 @@
insert into users(name)
values ('kek'), ('shrek')
returning id;
insert into challenges_plain_password(user_id, password)
values (1, 'parolchik1'), (2, 'qwerty123');

View File

@ -1,5 +0,0 @@
#!/bin/sh
cargo build
./target/debug/lavina 1>test/lavina.stdout.log 2>test/lavina.stderr.log &
cargo test
kill %1