Lemmons / pytest-raises

An implementation of pytest.raises as a pytest.mark fixture
MIT License
19 stars 8 forks source link

MANIFEST.in: Add license and tests #28

Open jayvdb opened 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   98.01%   98.01%           
=======================================
  Files           2        2           
  Lines         101      101           
=======================================
  Hits           99       99           
  Misses          2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ccbc9d5...be34de6. Read the comment docs.

jayvdb commented 4 weeks ago

Ping @svenevs

svenevs commented 3 weeks ago

@Lemmons any opposition to moving the tests under the pytest_raises folder? The current setup is not good for installing the tests (it'll go to a folder unrelated to this project, possibly overwriting something else).

@jayvdb I'll take a look this weekend, I just moved and am still getting settled, all coding time is for work right now.

Pending response, I'll probably just go ahead and move us to pyproject.toml rather than the old way of things.