Attention is currently required from: fixeria, dexter.
4 comments:
Patchset:
I'm going to try to resurrect this after not receiving any updates for a very long time
File tests/test_files.py:
Patch Set #4, Line 57: for testvec_json in ef.__class__._encode_decode_testvector:
I do not understand what you mean. […]
The problem without subTest is that it simply stops a the first assert and doesn't continue to check any of the other tests.
Patch Set #4, Line 94: for obj in gc.get_objects():
Using garbage collector for finding all instances of CardEF is an option, but how can you be sure th […]
we already have utils.py:all_subclasses() for getting that recursive list.
Patch Set #4, Line 96: if not file_in_list(test_candidates, obj.name):
Would be nice to implement the concept of sub-tests here for each file: […]
Ack
To view, visit change 24012. To unsubscribe, or for help writing mail filters, visit settings.