Testing #72

Merged
KevinMidboe merged 23 commits from testing into master 2018-01-09 15:56:45 +00:00

23 Commits

Author SHA1 Message Date
76069f4fea Added license badfge 2017-12-21 01:04:00 +01:00
d92e6d8c78 Psst. Removed console logs from debug hunt. 2017-12-21 01:01:43 +01:00
601440d540 Ok. I can explain this bug. It seems commenting out teardown in resetDatabase solves our issue that travis cannot find our teardown script eventough it outputs the exact path it should be at. Will come back to this as it seems it works everywhere else. Good night. 2017-12-21 01:00:47 +01:00
7824e8be27 Merge branch 'testing' of github.com:kevinmidboe/seasonedShows into testing 2017-12-21 00:55:05 +01:00
b4352ad721 Too many ; bro 2017-12-21 00:53:38 +01:00
9e160a7a91 Added build status to radme 2017-12-21 00:52:34 +01:00
2623649c5d Tried to re-add teardown and updated it to drop only tables that are in the database. Crossing fingers for a second pass. 2017-12-21 00:46:52 +01:00
908fca6dd0 Trying to remove teardown between tests. 2017-12-21 00:42:44 +01:00
e6a34a0503 Back to linux. plz fix plzzzzz 2017-12-21 00:38:46 +01:00
f0e8f84e12 Building with osx now 2017-12-20 23:20:49 +01:00
0459fb9312 More testing for this bug. 2017-12-20 23:18:13 +01:00
6a725e3921 Added tons of console.logs to try find out where the problem with travis not being able to read file lies. 2017-12-20 23:06:02 +01:00
fb22576708 Travis is still not reading our teardown file. 2017-12-20 22:51:08 +01:00
bced4e052d There was a weird thing with the file permissions so it would not be read by travis. Now it should be fixed 2017-12-20 22:42:53 +01:00
54eca33dfa Forgot to update the node version in travis config file. 2017-12-20 22:27:20 +01:00
93e43d9954 Added a template development.json file for build purposes. 2017-12-20 22:22:25 +01:00
fba3845523 Now we check if the values length is 0 not the filters varaible. 2017-12-20 22:17:45 +01:00
fe64af856e Fixed a old bug. 2017-12-20 22:16:57 +01:00
625717f7ad Now when checking config file if the value is blank it checks env variables for a variable defined as uppcase section + option with a separator of _. 2017-12-20 22:16:36 +01:00
e4573e6808 Forgot to remove path without test scripts yet. 2017-12-20 21:13:24 +01:00
e19b604a78 Our teardown sql script. 2017-12-20 21:08:35 +01:00
f6c27482e4 Added script for teardown of database. 2017-12-20 21:07:33 +01:00
00ad5cf7a8 Added mocha, istanbul and supertest packages. Added coverange and test script. 2017-12-20 21:07:13 +01:00