Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Conversation

@woile
Copy link
Contributor

@woile woile commented Oct 30, 2020

Hello, I wanted to provide an initial draft for the CI of this tool.
It's running test for redis, postgres and kafka.
Let me know what do you think.

My idea would be to "mark" the tests relative to each platform, like @pytest.mark.redis. But how do you run a test for all the platforms? We could add a mark.all_platforms, or alternatively... we could run pytest excluding the other platforms relative to the test.

We'd run for redis:

pytest -m "not postgres and not kafka" tests/

This would mean that those tests with no mark, would run for all.

Thoughts?

@woile woile changed the title ci: add test-redis action ci: add tests github action Oct 30, 2020
@Kludex
Copy link
Contributor

Kludex commented Aug 20, 2022

Thanks @woile 🙏

@Kludex Kludex closed this Aug 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants