aleksul / repid

Repid framework: simple to use, fast to run and extensible to adopt job scheduler
http://repid.aleksul.space/
MIT License
68 stars 3 forks source link

[FEATURE] Better testing DevEx #106

Closed aleksul closed 1 year ago

aleksul commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently, Repid doesn't provide any utilities to make testing easier, nor any documentation on how to approach testing. It makes testing unnecessary complicated.

Describe the solution you'd like

Pytest fixtures/markers or generally any kind of testing utilities + documentation on how to approach testing.