log kallithea/tests/models/test_changeset_status.py @ 8687:5e46f73f0d1c

age author description
Mon, 12 Oct 2020 11:12:37 +0200 Mads Kiilerich model: always import the whole db module - drop "from" imports
Thu, 02 Jan 2020 00:44:56 +0100 Mads Kiilerich cleanup: get rid of most "import *"
Wed, 07 Aug 2019 00:25:02 +0200 Mads Kiilerich scripts: initial run of import cleanup using isort
Fri, 25 Aug 2017 14:32:50 +0200 Lars Kruse codingstyle: trivial whitespace fixes
Sun, 18 Sep 2016 21:44:21 +0200 Thomas De Schampheleire tests: add as little code as possible in __init__.py
Sun, 15 May 2016 22:37:37 +0200 Thomas De Schampheleire pytest migration: rename TestControllerPytest back to TestController
Mon, 09 May 2016 17:44:34 +0200 Thomas De Schampheleire pytest migration: models: switch to standard assert statements
Tue, 26 Apr 2016 20:00:39 +0200 Thomas De Schampheleire pytest migration: model: convert all tests to TestControllerPytest
Sat, 25 Apr 2015 21:58:28 +0200 Thomas De Schampheleire tests: simplify changeset_status unit tests
Mon, 20 Apr 2015 17:02:42 +0200 Thomas De Schampheleire changeset status: fix common case where a reviewer did not yet review anything
Fri, 17 Apr 2015 15:01:40 +0200 Thomas De Schampheleire changeset status: set status to rejected if at least one reviewer rejected
Fri, 17 Apr 2015 14:49:37 +0200 Thomas De Schampheleire changeset_status: add unit tests for calculation of overall status