sphinx-contrib / sphinxcontrib-towncrier

An RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version. Demo: https://ansible-pylibssh.rtfd.io/changelog. Docs: https://sphinxcontrib-towncrier.rtfd.io
https://pypi.org/p/sphinxcontrib-towncrier
BSD 3-Clause "New" or "Revised" License
19 stars 18 forks source link

Configure pytest with a few essential plugins #37

Closed slsh1o closed 4 years ago

slsh1o commented 4 years ago

Draft PR with init configuration.

There is no pytest-cov plugin configs as well as options related to it. Also there is no markers option because idk which one we need.

In this PR I want to set up tox to run pytest and basic test infra. Further steps from #35 I will add in another PR.

Pls check what I have for now and let me know what should I change and what else we need.

Ref #35