nucypher/tests/unit
derekpierre 646e2f5b11
Remove is_connected in favour of is_initialized for clarity.
2024-09-05 08:47:08 -04:00
..
conditions Ensure that issued-at value is not in the future. 2024-07-24 11:20:12 -04:00
crypto Improves detection of accidental writing to production directories in tests; fixes unit test that was doing so. 2024-07-31 23:34:30 +07:00
registry No need to skip test anymore since `nucypher-contracts` for tapir were updated to use Polygon Amoy. 2024-04-10 09:09:39 -04:00
conftest.py Rename stake_provider(s)_account(s) -> staking_provider(s)_account(s). 2024-04-29 10:34:22 -04:00
test_block_confirmations.py repairs a p2p validity test that implements /ping. Linting. 2024-01-23 19:21:26 +01:00
test_blockchain_events.py repairs a p2p validity test that implements /ping. Linting. 2024-01-23 19:21:26 +01:00
test_blockchain_interface.py Remove is_connected in favour of is_initialized for clarity. 2024-09-05 08:47:08 -04:00
test_bytestring_types.py DKG encryption functionality for Enrico 2023-05-02 10:23:00 -07:00
test_character_serialization.py Restores unit tests to not compile solidity. 2022-12-07 11:29:26 +00:00
test_character_sign_and_verify.py use domain lookups sparingly and cache the lookups results 2023-10-31 14:30:15 +01:00
test_cli_help.py repairs a p2p validity test that implements /ping. Linting. 2024-01-23 19:21:26 +01:00
test_concurrency.py Add tests for BatchValueFactory, and fix issues. 2023-05-11 10:44:05 -04:00
test_condition_chains.py Add unit test to verify all domain chains are supported as condition chains. 2023-10-06 15:20:45 -04:00
test_coordinator.py Add mock_async_hooks fixture for use in tests that mimic the use of async txs. 2024-04-15 13:30:43 -04:00
test_datafeeds.py repairs a p2p validity test that implements /ping. Linting. 2024-01-23 19:21:26 +01:00
test_decorators.py repairs a p2p validity test that implements /ping. Linting. 2024-01-23 19:21:26 +01:00
test_ethereum_client.py Fix ordering in failing tests - chain id needs to be set before creating EthereumClient. 2024-07-26 13:11:12 -04:00
test_event_scanner.py Allow EventScanner to obtain different events as part of the same call to reduce overall rpc calls. Multiple events can be obtained by one call, instead of making one getLogs call per event. 2024-02-13 10:53:03 -05:00
test_external_ip_utilities.py linting 2024-02-13 10:53:03 -05:00
test_gas_strategies.py repairs a p2p validity test that implements /ping. Linting. 2024-01-23 19:21:26 +01:00
test_keystore_signer.py Add unit tests for KeystoreSigner (similar to InMemorySigner) to maintain uniformity of API expectations. 2024-04-22 15:37:11 -04:00
test_logging.py Add tests for observer wrapper functionality and its use with global observers. 2024-04-22 21:23:24 -04:00
test_memory_certs.py Apply suggestions from code review 2024-03-25 13:32:16 -04:00
test_memory_signer.py Add unit tests for KeystoreSigner (similar to InMemorySigner) to maintain uniformity of API expectations. 2024-04-22 15:37:11 -04:00
test_operator_bonded_tracker.py repsond to RFCs in PR #3437: 2024-03-25 13:32:26 -04:00
test_ping_requests.py utilize the flask test client on Ursula to integration test ipv4 resolution from flask request headers. 2024-01-23 19:21:26 +01:00
test_ping_utils.py respond to RFCs in PR #3398 2024-01-23 19:21:26 +01:00
test_prometheus.py Make enabling prometheus optional. 2024-01-23 13:27:35 +01:00
test_prometheus_metrics_tracker.py integrate atxm (see original history in https://github.com/nucypher/nucypher/pull/3424, https://github.com/nucypher/atxm) 2024-03-25 13:32:19 -04:00
test_reserved_test_account_manager.py Rename stake_provider(s)_account(s) -> staking_provider(s)_account(s). 2024-04-29 10:34:22 -04:00
test_ritualist.py Add tests to ensure that cryptography exception during transcript generation / verification does not get propagated during ritual ceremony. 2024-07-29 16:38:34 -04:00
test_rpc_healthcheck.py RPC healthcheck unit test coverage 2024-05-28 15:48:23 +02:00
test_staking_providers_reservoir.py Add unit tests for testing MergedReservoir and PrefetchStrategy. 2024-01-19 11:04:31 +01:00
test_taco_domains.py Rename Polygon Mumbai enum to Polygon Amoy. 2024-04-10 09:04:00 -04:00
test_teacher_nodes.py Expands domains data model to include condition chains 2023-10-31 17:23:43 +01:00
test_ttl_cache.py TTL Cache utility. 2023-07-21 13:42:33 -04:00
test_web3_clients.py Make a call to eth.get_block after establishing an EthereumClient with middlewares to ensure that poa middleware, if needed, works correctly. 2024-09-05 08:47:01 -04:00
test_web3_middleware.py repairs a p2p validity test that implements /ping. Linting. 2024-01-23 19:21:26 +01:00