test #347

Merged
mpeltriaux merged 22 commits from test into master 1 year ago

22 Commits (master)

Author SHA1 Message Date
mpeltriaux 5f45db6716 # Bugfix Payment date invalid
* fixes a bug where validation check of payment 'due' has not been triggered properly
1 year ago
mpeltriaux d9046eb2b9 Unit test user app
* adds unit test for User model and forms
* refactors functions from user_checks.py into User class and drops user_checks.py
1 year ago
mpeltriaux 21db8227f8 # Unit test user
* adds unit test for team creating and editing of user app
1 year ago
mpeltriaux 1773463e86 # Unit tests for konova geometry
* adds further unit tests for konova app geometry model
1 year ago
mpeltriaux e443c5f8be # Unit test konova app
* adds unit test for konova app models
* drops unused/unnecessary code fragments
* updates translation
1 year ago
mpeltriaux 42cb138276 Unit test konova base forms
* adds unit test for resubmission modal form
1 year ago
mpeltriaux b09ad302b5 Unit test intervention/konova
* adds unit test for intervention app
* adds unit test for konova app
1 year ago
mpeltriaux e22c9132e1 Unit tests ema
* adds unit tests for ema forms
1 year ago
mpeltriaux 963dd57cb2 Unit tests intervention
* adds tests for share and revocation forms
1 year ago
mpeltriaux 2fa8783fd9 Deduction validity checking
* fixes behaviour of related deduction checks on intervention checking
1 year ago
mpeltriaux 3fa76063d0 Eco account unit tests
* adds eco account unit tests
* adds validity check to eco account form to check on existing deductions and potential conflict with reduced deductable surface
* improves geojson handling on SimpleGeomForm
* adds/updates translation
1 year ago
mpeltriaux 5684b9b6d9 Unit test compensation models
* adds unit tests for compensation models
* removes duplicated unit tests
1 year ago
mpeltriaux e9086cbbcd Merge branch 'master' into test
# Conflicts:
#	locale/de/LC_MESSAGES/django.mo
#	locale/de/LC_MESSAGES/django.po
1 year ago
mpeltriaux a2b44a9c45 Unit test intervention forms
* adds unit test for new/edit intervention forms
* improves code base for generating new identifiers
1 year ago
mpeltriaux 21c7889551 Unit test EMA model
* adds unit test for EMA model
1 year ago
mpeltriaux 0f757a5de1 Unit test compensation states
* adds unit test for adding/editing/removing compensation states
1 year ago
mpeltriaux 1d3b576b51 Unit test for compensation forms
* adds unit tests for adding and editing deadline
1 year ago
mpeltriaux 643abcf841 Unit test for compensation forms
* adds compensation action forms unit tests
1 year ago
mpeltriaux 564ae4d5db Tests on analysis and compensation
* enhances tests for analysis and compensation app
1 year ago
mpeltriaux 9476713911 Unit test api
* adds unit test for APIUserToken
* enhances handling of token fetching for API
1 year ago
mpeltriaux d9cf9669f0 Unit test analysis
* adds unit test for creating report
* fixes bug where new (>2018) eco accounts have not been fetched correctly from the  db
* adds enhancements in the frontend
* improves test data setup
1 year ago
mpeltriaux 345b266422 Class based views
* refactors method based views for parcel fetching, home and logout to class based
1 year ago