use-pytest
pytest testing metadata primitives for RustUse.
Experimental
use-pytest is experimental while use-python remains below 0.3.0.
Example
use ;
let marker = new?;
let node_id = new?;
assert_eq!;
assert!;
assert_eq!;
# Ok::
Scope
- Test, marker, fixture, and node ID metadata.
- Config file, outcome, fixture scope, and file-kind labels.
- Light ASCII identifier validation where appropriate.
Non-goals
- Executing pytest.
- Parsing Python test files.
- Collecting tests or interpreting pytest plugins.
License
Licensed under either Apache-2.0 or MIT.