Test fixtures for sets? #4843
|
As you know, we have a few general Rectors that are used in sets with a call to |
Answered by
TomasVotruba
Dec 10, 2020
Replies: 2 comments
|
The rules are already tested one by one. Also performance heavy, as each sets new container and that's ~3 seconds to boot. We already have CI workflow that loads sets. It validates service syntax. Check GitHub Actions we have here. Maybe rephrase.... What issue is happening that this would cover? |
0 replies
Answer selected by
TomasVotruba
|
Closing as anwered |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The rules are already tested one by one.
Testing sets would only duplicate this logic.
Also performance heavy, as each sets new container and that's ~3 seconds to boot.
We already have CI workflow that loads sets. It validates service syntax. Check GitHub Actions we have here.
Maybe rephrase.... What issue is happening that this would cover?