nucypher/tests/unit/conditions
derekpierre 392506648d
Ensure that issued-at value is not in the future.
Add respective test.
2024-07-24 11:20:12 -04:00
..
conftest.py Add tests/fixes for compound conditions. 2023-06-14 19:38:30 -04:00
test_compound_condition.py Split out validity unit tests into specific condition class tests. 2023-10-31 11:43:19 +01:00
test_condition_lingo.py Remove unnecessary utility function for `validate_condition_lingo`; instead ConditionLingo.from_dict() can be used. 2023-10-31 11:43:19 +01:00
test_context.py Separate fixtures for EIP4361 and EIP712 messages, and update tests accordingly. This will make things easier once we fully remove EIP712 support in the future. 2024-07-04 13:54:17 -04:00
test_contract_condition.py Split out validity unit tests into specific condition class tests. 2023-10-31 11:43:19 +01:00
test_evm_auth.py Ensure that issued-at value is not in the future. 2024-07-24 11:20:12 -04:00
test_evm_condition_serializers.py Initial musing about versioned condition lingo i.e. overall condition language; will add semver functionality later. 2023-06-15 08:54:31 -04:00
test_return_value.py Unit tests for context resolution stuff 2023-11-16 16:45:11 +01:00
test_rpc_condition.py Be more strict with chain field in Schema. 2023-11-08 11:51:29 +01:00
test_time_condition.py Fix test - remove not applicable case for Python API. 2023-11-08 11:51:29 +01:00
test_utils.py Always raise ConditionEvalError (previously EvalError) instead of returning then raising. 2023-12-01 13:59:03 -05:00