2
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin
postmodern

@Schneems @searls @chad I also tend to group tests that need live network access under a RSpec tag and define a separate spec:network task to only run the network tests. This allows me to run 9543 tests in 7.74 seconds.

It would be cool to have a guard that flags tests that access the network.

1
1y
Justin Searls

@Schneems @chad yeah, similarly in TLDR if a test isn't thread-safe you can mark it with `dont_run_these_in_parallel!` and that'll put them at the end of the suite

0
1y
Replies