|
|
40b7ceda5f
|
The name of the teardown.sql file was renamed, reverted to correct name.
|
2018-03-19 16:23:58 +01:00 |
|
|
|
8850f06e3e
|
Updated travis config.
|
2018-03-19 16:15:31 +01:00 |
|
|
|
e092eae60a
|
The retrieveHash and changePassword functions now return promises.
|
2018-03-19 15:43:48 +01:00 |
|
|
|
424cf0985d
|
Added test for registering when user is already registered.
|
2018-03-19 15:43:00 +01:00 |
|
|
|
ed5d302820
|
Stricter when running test, now we wait until resetdatabase and createuser are done in in the before function before running the tests.
|
2018-03-19 15:27:11 +01:00 |
|
|
|
559ef1bc11
|
Before we create a db instance we check for testing flag is set and then use the :MEMORY: database for a anonymous db instance.
|
2018-03-19 15:25:53 +01:00 |
|
|
|
9645fba4ef
|
Removed connect, connection is now a new sqlite instance, async run function, check for errors when executing and setup and teardown now return promises.
|
2018-03-19 15:24:42 +01:00 |
|
|
|
e27d5c7084
|
We use the db instance globally with establisheddatabase.
|
2018-03-19 15:23:54 +01:00 |
|
|
|
4ab3946181
|
Added testing variable, this uses :MEMORY: database when running tests.
|
2018-03-19 15:22:33 +01:00 |
|