bullet_train
bullet_train copied to clipboard
Cleaning up Super Scaffolding Partial Tests
At first I set out to simply clean up the test files that were being generated in tmp/storage
whenever running the Super Scaffolding TestFile
test, but it turned out there was some more cleanup to get taken care of, so here are the different things I addressed.
Changes
- Remove the
foo.txt
file that’s generated whenever we runsuper_scaffolding_system_test.rb
- Move all the necessary logic to
PartialTest
and deleteTestFile
(I wroteTestFile
beforePartialTest
was merged in, so these were separated before) - Make sure
PartialTest
runs in parallel
I made sure PartialTest ran in parallel in #338, but I figured there would be conflicts so I just decided to take care of it here.
@gazayas Can you resolve the conflict here?
Closing in favor of #654.