PyBitmessage/src/tests
Peter Šurda 2e0f7755c6
Blind signature support in pyelliptic
- add blind signature functionality to pyelliptic as described in #1409
- add tests for blind signatures
- PEP8 fixes for pyelliptic
- some minor refactoring is necessary for further integration, this is just a
  minimal implementation to pass a test
2019-08-27 23:13:45 +02:00
..
__init__.py Basic API tests and simple apinotify handler 2018-10-22 17:18:22 +03:00
apinotify_handler.py Style fixes and docstrings for tests 2018-10-22 17:18:23 +03:00
core.py Moved a test script from network.tcp to tests.core 2019-07-26 12:08:42 +03:00
test_api.py A test for API command 'shutdown' 2019-08-01 12:04:12 +03:00
test_blindsig.py Blind signature support in pyelliptic 2019-08-27 23:13:45 +02:00
test_config.py Separate method for stopping the bitmessage process and new test case 2019-04-22 12:19:09 +03:00
test_crypto.py Suppressed pylint warnings in test_crypto 2019-04-22 12:53:59 +03:00
test_process.py Separate method for stopping the bitmessage process and new test case 2019-04-22 12:19:09 +03:00