Tracks the state of all open issues in pytest-ordering for reference.
- Implement "before" and "after" markers
manually merged respective PR by Jonas Zinn ✔️ - Custom markers
will not be implemented (see this issue) 👎 - Support for ordering testcases
unclear question, will ignore 👎 - Test sparse ordinal behavior
- added tests from this PR,
- added
sparse-ordering
option, implemented behavior ✔️
- Doesn't work when using inside a class
seems to be fixed ✔️ - Allow ordering on per-class or per-module basis, instead of just per-session
added--order-scope
option ✔️ - Ordering with multiple files
behavior can be configured with--order-scope=module
✔️ - Move to pytest-dev organization
handled in mirrored issue ✔️ - Ordering of test suite
don't understand the issue, ignoring 👎 - Ensure compatibility with xdist
added/adapted respective test by Andrew Gilbert ✔️ - Standardize on a single marker name: "order"
implemented ✔️ - Remove not existing "relative ordering" feature from docs
obsolete, docs are up-to-date ✔️ - Ordering ignored on specification of multiple testcases
added respective test, seems to work correctly ✔️ - Order will work between diffrent testClass
behavior can be configured with--order-scope=class
✔️ - Unknown mark warning
obsolete with registered marker ✔️ - pytest-ordering doesn't honor test dependencies
- ignore ordering if it would break a dependency
- added configuration option for ordering all dependencies ✔️
- should pytest-ordering be deprecated in favor of pytest-dependency?
has been answered (pytest-dependency
does not support ordering) ✔️ - py.test ordering doesn't works when methods with order greater than 9 are present
not reproducible, probably obsolete 👎 - All ordering tests are failing (git develop)
not reproducible, will ignore 👎 - Packaging the license file
done in this PR by Álvaro Mondéjar ✔️ - pytest ordering excecute in reverse order
not reproducible, will ignore 👎 - The module relative order don't working???
see Implement "before" and "after" markers ✔️ - Travis.CI results not showing up in GitHub
not an issue here ✔️ - Test ordering is completely broken
obsolete, shall work with respectiveorder
markers ✔️ - license is showing as UNKNOWN in pip show command.
fixed by adding the license tosetup.py
✔️