nucypher/tests/unit
KPrasch 2cbf9f9ddb
skip tests use live network requests
2024-03-25 13:32:14 -04:00
..
conditions Always raise ConditionEvalError (previously EvalError) instead of returning then raising. 2023-12-01 13:59:03 -05:00
crypto repairs a p2p validity test that implements /ping. Linting. 2024-01-23 19:21:26 +01:00
registry Use `nucypher-contracts:main` as the canonical source for contract registries. 2024-02-13 10:53:03 -05:00
conftest.py repairs a p2p validity test that implements /ping. Linting. 2024-01-23 19:21:26 +01: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 repairs a p2p validity test that implements /ping. Linting. 2024-01-23 19:21:26 +01:00
test_bytestring_types.py
test_character_serialization.py
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 Reduce public scope of rituals object on MockCoordinatorAgent. We don't really want anything changing state directly. 2024-02-13 10:53:03 -05: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 Reduce calls made by client to get chain id whenever integer returned instead of hex - if integer there were 2 calls, which was unnecessary. 2023-10-16 10:53:20 -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_logging.py repairs a p2p validity test that implements /ping. Linting. 2024-01-23 19:21:26 +01:00
test_memory_certs.py skip tests use live network requests 2024-03-25 13:32:14 -04:00
test_memory_signer.py Introduces InMemorySigner 2023-09-27 19:34:01 +02:00
test_operator_bonded_tracker.py Remove unnecessary fixture as parameter from test. 2024-01-23 13:27:35 +01: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 Add tests for PrometheusMetricsTracker. 2024-01-23 13:27:35 +01:00
test_ritualist.py Add test for updated tx receipt processing logic which removes the txhash from dkg storage whenever the pending tx hash is determined to have been actually mined, either successfully (status=1) or not. 2024-02-13 10:53:03 -05: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 Deprecate use of goerli blockchain; Lynx will now use Sepolia. 2024-01-04 13:23:02 -05: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 Deprecate use of goerli blockchain; Lynx will now use Sepolia. 2024-01-04 13:23:02 -05:00
test_web3_middleware.py repairs a p2p validity test that implements /ping. Linting. 2024-01-23 19:21:26 +01:00
test_web3_signers.py