justindujardin / pathy

simple, flexible, offline capable, cloud storage with a Python path-like interface
Apache License 2.0
170 stars 23 forks source link

feat(tests): include tests in pypi package #44

Closed justindujardin closed 3 years ago

justindujardin commented 3 years ago

Include the pathy test suite in its pypi package.

pip install pathy

Once installed, you can run the pathy tests:

python -m pytest --pyargs pathy
codecov[bot] commented 3 years ago

Codecov Report

Merging #44 (3a3f199) into develop (2bf1cff) will increase coverage by 4.32%. The diff coverage is 99.18%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #44      +/-   ##
===========================================
+ Coverage    89.20%   93.52%   +4.32%     
===========================================
  Files            7       12       +5     
  Lines          926     1777     +851     
===========================================
+ Hits           826     1662     +836     
- Misses         100      115      +15     
Impacted Files Coverage Δ
pathy/tests/conftest.py 91.66% <90.00%> (ø)
pathy/tests/test_base.py 98.36% <100.00%> (ø)
pathy/tests/test_cli.py 100.00% <100.00%> (ø)
pathy/tests/test_clients.py 100.00% <100.00%> (ø)
pathy/tests/test_file.py 100.00% <100.00%> (ø)

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 2bf1cff...3a3f199. Read the comment docs.

justindujardin commented 3 years ago

:tada: This PR is included in version 0.3.6 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: