nspcc-dev/neofs-testcases
Error messages in lock tests are not descriptive
Aberta
#759 aberto em 27 de mar. de 2024
I4S4U3buggood first issue
Métricas do repositório
- Stars
- (4 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
tests.object.test_object_lock.TestObjectLockWithGrpc#test_expired_object_should_be_deleted_after_locks_are_expired tests.
Current Behavior
Got Failed: DID NOT RAISE <class 'Exception'> message if an object is not deleted.
Expected Behavior
Some understandable message about object not deleted after some time.
Possible Solution
Do some assert with a message. It is possible in pytest?