pytest-base-url icon indicating copy to clipboard operation
pytest-base-url copied to clipboard

pytest plugin for URL based tests

Results 3 pytest-base-url issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/psf/black: 24.1.1 → 24.4.2](https://github.com/psf/black/compare/24.1.1...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.0)

Some live servers support fixtures with a scope other than `session`, for example [pytest-flask](https://pytest-flask.readthedocs.io/en/latest/features.html#live-server-scope-set-the-scope-of-the-live-server). When using a narrower scope with a custom `base_url` fixture, it is unable to be injected...