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 as proposed (see this issue),
but
--order-marker-prefix
can be used for this ✔️ - 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 different 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 execute 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 respective
order
markers ✔️ - license is showing as UNKNOWN in pip show command.
fixed by adding the license to
setup.py
✔️ - Ordering a function that has to be executed twice has been implemented now ✔️