Summary
A previous PR (of mine) reorganised the tests to prohibit bare accepts files (e.g. basic_01.accepts) and, instead, to force them to specify their field (e.g. basic_01.koalabear_16.accepts). This was helpful in that it broke the original dependency of base accepts files actually defaulting to the BLS12_377 field. However, overall, this is quite wasteful in terms of file size and its better to have bare accepts files which (now) pass for all fields, and then field-specific tests only for those vectors which require it.
Summary
A previous PR (of mine) reorganised the tests to prohibit bare
acceptsfiles (e.g.basic_01.accepts) and, instead, to force them to specify their field (e.g.basic_01.koalabear_16.accepts). This was helpful in that it broke the original dependency of baseacceptsfiles actually defaulting to theBLS12_377field. However, overall, this is quite wasteful in terms of file size and its better to have bareacceptsfiles which (now) pass for all fields, and then field-specific tests only for those vectors which require it.