Commit Graph

20 Commits

Author SHA1 Message Date
6e28476ca3 Merge branch 'master' into markdown
# Conflicts:
#	RIGS/templates/RIGS/event_detail.html
#	RIGS/test_unit.py
#	requirements.txt
2020-02-09 21:07:12 +00:00
4f036af85a Create the Asset Database (#363) 2019-12-04 23:14:27 +00:00
858b297929 Merge branch 'master' into markdown
# Conflicts:
#	RIGS/static/css/print.css
#	RIGS/static/css/screen.css
#	RIGS/static/scss/screen.scss
#	RIGS/templates/RIGS/event_print_page.xml
#	RIGS/test_unit.py
#	requirements.txt
2019-11-27 20:38:43 +00:00
David Taylor
8872084cab Import URL functions from django.urls 2018-03-24 23:58:39 +00:00
David Taylor
f9389e3996 PEP8 all the things 2017-09-22 14:57:14 +01:00
David Taylor
3035320e82 Run through 2-to-3 converter. This is not in a working state 2017-09-04 23:19:22 +01:00
David Taylor
34ffd62436 Add many tests for the versioning backend and interfaces 2017-06-21 03:12:26 +01:00
David Taylor
55d24e96cb Adds basic tests to check that versioning views load successfully
More comprehensive tests should be added when versioning.py is updated for the new version of django-reversion
2017-05-15 20:40:03 +01:00
David Taylor
38a8ac1eb4 Add failing tests for event paperwork printing 2017-05-10 20:25:14 +01:00
David Taylor
d916c1ca19 Update all the things, and fix some upgrade issues 2017-05-10 20:05:36 +01:00
David Taylor
3fc04616b3 Added test for cookie warning 2016-10-09 10:36:30 +01:00
David Taylor
b93a716a3b Added unit tests 2016-10-08 20:37:01 +01:00
Tom Price
7f84c1de41 Merge branch 'master' into markdown 2016-07-13 23:44:22 +01:00
davidtaylorhq
fc6db5bff2 Heroku Staging Setup (#250)
Heroku Staging Setup

Includes data generation
2016-07-13 23:19:31 +01:00
David Taylor
667b0c80ca Added tests for invoice deleting 2016-06-16 01:44:59 +01:00
Tom Price
ebe08c3bf1 Update tests to check items that aren't selected aren't affected.
PEP8 format the file
2016-04-06 21:52:25 +01:00
David Taylor
44ccead0a4 Added merge tests
I feel like it should be possible to abstract some of these so that they're not copied out for each model, but not sure how to go about it...
2016-04-05 15:32:13 +01:00
Tom Price
ef3de607c3 Add failing test for using single line breaks as per comment on #214 2016-03-31 00:16:49 +01:00
Tom Price
e0d56e2a6e Add failing test for markdown processing none 2016-03-31 00:08:56 +01:00
Tom Price
c6128d9a34 Add tests for markdown support.
Focuses mainly on RML as that's where it will break
2016-03-30 23:31:12 +01:00