mindee / tawazi

A DAG Scheduler library written in pure python
https://mindee.github.io/tawazi/
Apache License 2.0
70 stars 5 forks source link

[FEATURE] Refactor Tests #187

Closed bashirmindee closed 8 months ago

bashirmindee commented 8 months ago

Is your feature request related to a problem? Please describe. Currently tests are complex, repeated and not correctly grouped. This should be fixed.

Describe the solution you'd like Ideally we should try to use Hypothesis to construct different graphs that respects the constraints of the test in question and run a different graph for every test