group test files into subdirectory

This commit is contained in:
Alex Stokes 2021-08-17 08:28:45 -06:00
parent 817d2ee7bf
commit 5a17fa65b2
No known key found for this signature in database
GPG Key ID: 99B3D88FD6C55A69
4 changed files with 2 additions and 1 deletions

View File

@ -12,8 +12,9 @@ if __name__ == "__main__":
'voluntary_exit',
]}
altair_mods = {
**{key: 'eth2spec.test.altair.block_processing.test_process_' + key for key in [
**{key: 'eth2spec.test.altair.block_processing.sync_aggregate.test_process_' + key for key in [
'sync_aggregate',
'sync_aggregate_random',
]},
**phase_0_mods,
} # also run the previous phase 0 tests