-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As put by @zklaus:
- It consists of fundamentally two parts
- a pytest plugin that knows how to read the yaml files and build tests from them in pytest_conda_solvers (+pyproject.toml and related files in the repo root) (aka “the plugin”)
- the collection of yaml files containing the actual tests in conda-solver-tests (aka “the tests”)
- For the tests, the outstanding work is mainly to increase coverage by converting more tests to the yaml format. The existing moulds should cover most tests.
- For the plugin
- it would be nice to refactor a little bit the test creation from the metafunctions produced by the collection part of the plugin
- it would be good to dive deeper into test id creation to enable the command line selection of individual tests
- it could be nice to improve the vscode integration, which may be partly addressed by the individual selection point above, but may partly need changing the vscode extension, cf Discovering tests with pytest fails if the ".py" extension is removed from _nodeid microsoft/vscode-python#24172
- For both, the documentation can be improved. There is some progress in Update docs #8. Perhaps we should just merge that and take it from there?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels