.. |
characters
|
Some unit tests reorganization
|
2020-09-24 20:27:13 +02:00 |
cli
|
Additional help text and accompanying test; Relocate help test to CLI unit.
|
2020-12-09 14:10:03 -08:00 |
crypto
|
Relocate keypairs.py from datastore to crypto
|
2020-09-24 20:28:27 +02:00 |
datastore
|
Use in-memory mock LMDB environment for most tests
|
2021-01-02 17:19:13 -08:00 |
conftest.py
|
New method EthereumClient.generate_gas_price. Gives a gas price according to current gas strategy
|
2020-08-28 18:00:19 +02:00 |
test_aragon.py
|
Add docstrings to the aragon module classes. Clarify usage of a DAORegistry exception
|
2020-09-15 10:04:42 +02:00 |
test_block_confirmations.py
|
New method EthereumClient.generate_gas_price. Gives a gas price according to current gas strategy
|
2020-08-28 18:00:19 +02:00 |
test_blockchain_economics_model.py
|
Adds missing license in several modules. Fixes EOF. Comment for precommit test regarding addional setup.
|
2020-08-25 07:09:59 -07:00 |
test_blockchain_events.py
|
Handle the inlcusive block range when filtering events.
|
2020-10-02 09:29:42 -04:00 |
test_blockchain_interface.py
|
When sending TXs, allow to specify if we want to use a pending nonce or not
|
2020-10-19 18:59:28 +02:00 |
test_blockchain_utils.py
|
Added unit test for estimating block number for a period.
|
2020-09-14 10:22:06 -04:00 |
test_bytestring_types.py
|
test fixes resulting from change in keys
|
2020-06-17 11:31:48 -07:00 |
test_card.py
|
Skip card unit tests until qrcode module is added as dependency in 2440
|
2020-12-17 23:30:51 +01:00 |
test_contract_versioning.py
|
Relax regex testing for contract versioning.
|
2020-12-05 08:16:27 -08:00 |
test_datafeeds.py
|
Installs new plumbing for --max-gas-price througout CLI and configuration modules.
|
2020-12-25 01:51:16 +01:00 |
test_decorators.py
|
Reorganize tests into multiple suites.
|
2020-05-27 14:11:25 -07:00 |
test_gas_strategies.py
|
Simplify max_price_gas_strategy: not controlled by an envvar anymore
|
2020-12-25 01:51:16 +01:00 |
test_logging.py
|
Additional test cases for loggers
|
2020-11-03 12:03:09 +01:00 |
test_prometheus.py
|
Use absoute import paths for nucypher
|
2020-12-03 16:48:30 +03:00 |
test_registry_basics.py
|
Apply suggestions from code review #2170
|
2020-08-20 00:49:20 +03:00 |
test_web3_clients.py
|
Deprecates managed provider/client syncing
|
2020-12-14 12:01:18 -08:00 |
test_web3_middleware.py
|
Code cleanup including reusing existing add_middleware function, and general cleanup of tests.
|
2020-09-25 09:43:04 -04:00 |
test_web3_signers.py
|
Rework trezor transaction signing so that operations on the tx dictionary are non-mutative
|
2020-09-23 21:09:59 -07:00 |
test_work_orders.py
|
Unit tests for WorkOrder
|
2020-08-14 12:15:16 -07:00 |
test_work_tracker_error_handling.py
|
worktracker: enforce random_interval after one failure
|
2020-12-25 01:51:16 +01:00 |