Skip to content

Commit

Permalink
group test files into subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Aug 18, 2021
1 parent 817d2ee commit 5a17fa6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Empty file.
3 changes: 2 additions & 1 deletion tests/generators/operations/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
'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
Expand Down

0 comments on commit 5a17fa6

Please sign in to comment.