1
0
Fork 0
forked from s3lph/matemat
Commit graph

269 commits

Author SHA1 Message Date
s3lph
82eb4f37f1 Added a codestyle CI job to check for PEP8 compliance. 2018-06-05 22:32:09 +02:00
s3lph
0eb1161d7a Added lots of documentation to the Database Facade. 2018-06-05 22:18:10 +02:00
s3lph
8059765410 Merge branch 'db-tests' into 'master'
Additional unit tests for the Database Facade

See merge request s3lph/matemat!1
2018-06-05 17:34:00 +00:00
s3lph
01b0b95652 Added lots of unit tests for the database facade, and already fixed some bugs. 2018-06-05 19:14:35 +02:00
s3lph
c238e8e9c8 test_facade: Added a login test case 2018-05-30 02:09:32 +02:00
s3lph
411372cc21 Split database class into Facade (matemat database API) and Wrapper (internals). 2018-05-30 01:57:26 +02:00
s3lph
e94f8bd29d Merge branch 'ci' into master 2018-05-30 00:25:52 +02:00
s3lph
5c6f130163 Added coverage report and egg-info to gitignore 2018-05-29 23:59:02 +02:00
s3lph
85409a642f Fixed database tests after schema change. 2018-05-29 23:53:16 +02:00
s3lph
cedfcfc3d4 Changed GitLab CI from running setup.py test to -m unittest discover 2018-05-29 23:53:02 +02:00
s3lph
3794a570c8 Reworked Product to allow a 0 argument constructor, because unittest apparently breaks stuff... 2018-05-29 23:36:52 +02:00
s3lph
1439c3072c GitLab CI: Use buster instead of stretch. 2018-05-29 23:16:28 +02:00
s3lph
6127872bd6 GitLab CI: Use buster instead of stretch. 2018-05-29 23:12:10 +02:00
s3lph
fab2c701d5 GitLab CI: Use buster instead of stretch. 2018-05-29 23:01:05 +02:00
s3lph
516f7f08d9 GitLab CI: Added missing apt dependency. 2018-05-29 22:53:46 +02:00
s3lph
0f1a150653 GitLab CI: Added missing pip dependency. 2018-05-29 22:51:08 +02:00
s3lph
15bd9e9747 Fixed Docker image name in GitLab CI config. 2018-05-29 21:52:20 +02:00
s3lph
6fb55ddc2d GitLab CI 2018-05-29 21:49:40 +02:00
s3lph
c91f77702a Initial commit; database facade mostly implemented, but only partially tested 2018-05-29 21:43:38 +02:00