6 Commits

Author SHA1 Message Date
z-bowen
3de8b7a0db Problem: Missed a debug print
Solution: Removed it
2018-08-29 15:39:01 +02:00
z-bowen
8f01e1c4e8 Problem: caplog not capturing logging statements in a test
Solution: Put the function execution in the `caplog` context
2018-08-29 15:14:17 +02:00
z-bowen
efa2be26be Problem: test for run_upsert_validator_show made use of run_upsert_validator_new, which was overly complicated
Solution: Moved the test to the `tests/upsert_validator` directory so it could make use of the `election` fixtures.
2018-08-29 13:15:30 +02:00
z-bowen
223488e647 Problem: Requested new return value for upsert-validator show, status
Solution: Wrote code and tests to implement the new return value
2018-08-28 16:45:44 +02:00
Troy McConaghy
abdd23f5a6 Problem: Source files contain no license info (#2455)
* Problem: Source files contain no license info

Solution: Add comments with SPDX license info to source files

* Python 3 files don't need # -*- coding: utf-8 -*-
2018-08-16 12:31:32 +02:00
Vanshdeep Singh
7dcdefc58b Problem: There is no way to add new validators (BEP-21) (#2392).
Solution: Start by integrating the new election spec specifed in BEP-21.
2018-07-27 17:38:24 +02:00