commit d7a88d989418302b08787cfaf5b5a1300bb10f68 parent 830bb0952c72d277f0a743c0e4b40933b5e2dd29 Author: nolash <dev@holbrook.no> Date: Fri, 1 Jan 2021 20:24:50 +0100 Add tests for index iteration and insufficient approve Diffstat:
M | python/tests/test_app.py | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/python/tests/test_app.py b/python/tests/test_app.py @@ -259,6 +259,9 @@ class Test(unittest.TestCase): assert serial == 1 + assert w.functions.count().call() == 0 + assert w.functions.nextSerial().call() == 0 + if __name__ == '__main__': unittest.main()