Metadata-Version: 2.1
Name: pytest_bazel
Author: Ignas Anikevicius
Author-email: pypi@anikevicius.lt
Home-page: https://github.com/aignas/pytest-bazel
License: Apache 2.0
Description-Content-Type: text/markdown
Summary: A pytest runner with bazel support
Project-URL: Bug Tracker, https://github.com/aignas/pytest-bazel/issues
Project-URL: Changelog, https://github.com/aignas/pytest-bazel/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/aignas/pytest-bazel
Project-URL: Homepage, https://github.com/aignas/pytest-bazel
Project-URL: Repository, https://github.com/aignas/pytest-bazel.git
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Dist: pytest
Version: 0.1.5

# pytest-bazel

![standards](https://imgs.xkcd.com/comics/standards.png)

[Documentation] [Changelog] [Contributing]

[documentation]: http://pytest-bazel.readthedocs.io/
[changelog]: ./CHANGELOG.md
[contributing]: ./CONTRIBUTING.md

## Thanks

Special thanks to [rules_python_pytest] and [rules_py] projects that had some
great ideas how to integrate with `pytest`. This attempts to [unify] all of the
approaches.

[rules_python_pytest]: https://github.com/caseyduquettesc/rules_python_pytest 
[rules_py]: https://github.com/aspect-build/rules_py/blob/main/py/private/pytest.py.tmpl
[unify]: https://xkcd.com/927/

