nucypher/tests/unit/conditions
Manuel Montenegro 4d25e97d67
Use fixed binary value for test
The use of randomly generated values for pytest parameters may cause
errors in test explorer in Visual Studio Code. Specifically,
`test_return_value_serialization` test returns the following error when
a random parameter is used:

```
Test result not found for:
./tests/unit/conditions/test_return_value.py::test_return_value_serialization
[\xbd\x01\t\xecV\x05\x04\xe2\x9b(\xb6\xcef\xea\xa4\xfa]
```

Since the rest of values used in this test are fixed, there is no reason
to use a random value for bytes parameter.
2023-03-21 12:56:25 +01:00
..
conftest.py Sort fixtures that compile to localized acceptance/unit conftest respectively; Faster unit test suite. 2022-11-17 15:22:55 +00:00
test_condition_lingo.py Add additional tests for ConditionLingo, and empty rust Conditions on MessageKits. 2022-11-18 14:52:49 -05:00
test_condition_validity.py Fixed incompatibility between Schema and their associated objects leading to invalid json being allowed, and valid json sometimes not being allowed. 2022-11-21 12:37:42 -05:00
test_evm_condition_serializers.py Enrico now provides condition as actual None with no conditions are provided instead of an empty Conditions object. 2022-11-18 10:33:15 -05:00
test_return_value.py Use fixed binary value for test 2023-03-21 12:56:25 +01:00
test_utils.py Add additional tests for ConditionLingo, and empty rust Conditions on MessageKits. 2022-11-18 14:52:49 -05:00