├── .gitignore ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── pyproject.toml └── pytest_edit.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrMino/pytest-edit/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrMino/pytest-edit/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrMino/pytest-edit/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrMino/pytest-edit/HEAD/README.md -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrMino/pytest-edit/HEAD/pyproject.toml -------------------------------------------------------------------------------- /pytest_edit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrMino/pytest-edit/HEAD/pytest_edit.py --------------------------------------------------------------------------------