Combine filter integration tests into a single entrypoint. #704
Labels
area/tests
Unit tests, integration tests, anything to make sure things don't break
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/cleanup
Refactoring code, fixing up documentation, etc
priority/low
Issues that don't need to be addressed in the near term.
Currently every filter test is a separate file, however if we condensed them into a single file, we would improve test times significantly as integration tests are run sequentially where as tests in the integration are run in parallel.
The text was updated successfully, but these errors were encountered: