Skip to content

Commit

Permalink
Dear 138 readd insights tests, clean up (#27)
Browse files Browse the repository at this point in the history
* DEAR-132 update testdata

* DEAR-132 add basic tests for service

* DEAR-132 more tests

* DEAR-132 add insights tests

* DEAR-132 add github username
  • Loading branch information
smuefsmuef authored Aug 10, 2024
1 parent aa37f58 commit 181a573
Show file tree
Hide file tree
Showing 5 changed files with 531 additions and 643 deletions.
14 changes: 2 additions & 12 deletions database/02_test_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,11 @@ VALUES ('Angry'),
('Energetic'),
('Exhausted'),
('Frustrated'),
('Lonely'),
('Energetic'),
('Motivated'),
('Nervous'),
('Overwhelmed'),
('Pessimistic'),
('Relaxed'),
('Sick'),
('Inspired'),
('Stressed');

INSERT INTO happiness_survey (user_id, score)
VALUES (100001, 4),
(100001, 2),
(100001, 3),
(100002, 1);

INSERT INTO emotion_survey (user_id, emotion_id)
VALUES (100001, 1),
(100002, 2);
Loading

0 comments on commit 181a573

Please sign in to comment.