nucypher/tests
derekpierre f80d939944
Fix very unlikely but transient bug where dkg storage contains stored ritual but not stored validators. These are done in separate steps by nodes, with the ritual stored first and then validators. Therefore, there is a very small race condition window where the ritual is set but the validators are not.
To resolve this, we reverse the order in the test i.e. check validator first to determine participation and then check ritual.
2025-09-24 09:42:06 -04:00
..
acceptance Fix very unlikely but transient bug where dkg storage contains stored ritual but not stored validators. These are done in separate steps by nodes, with the ritual stored first and then validators. Therefore, there is a very small race condition window where the ritual is set but the validators are not. 2025-09-24 09:42:06 -04:00
data
integration Fix inputs to cli runner tests. 2025-09-23 14:51:00 -04:00
metrics
mock Update timeout value used by MockCoordinatorAgent to be dkg_timeout. 2025-08-08 08:22:07 -04:00
unit Clean up cli help test to simplify exit code check and sub-command entry point printing in help output. 2025-09-24 08:24:01 -04:00
utils
__init__.py
conftest.py
constants.py Fix inputs to cli runner tests. 2025-09-23 14:51:00 -04:00
fixtures.py Properly clear filepath fixture. 2025-09-23 14:49:44 -04:00
run_tests.py
test_package.py