juftin / hatch-pip-compile

hatch plugin to use pip-compile (or uv) to manage project dependencies and lockfiles
http://juftin.com/hatch-pip-compile/
MIT License
74 stars 3 forks source link

🧪 more tests #45

Closed juftin closed 8 months ago

juftin commented 9 months ago

This PR includes a new all-in-one testing fixture, pip_compile (PipCompileFixture) that can be used throughout the tests.

This PR also includes a number of new tests, including what I'm calling "integration tests" at tests/test_integration.py. These tests ultimately make calls to pip-tools / pip and create their own virtual environments inside the testing isolation temp dirs.

Closes #18

juftin commented 8 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: