v0.7.1
What's Changed
CLI
- Multiple positional args for base paths by @vreuter in #238
- Collect multivalued CLI args rather than overwriting by @vreuter in #247
- README.md: Add a FAQ about using stdin to pass Python code by @jherland in #254
Tests
- Tests refactor: small fix to deduplicate dependencies factory by @mknorps in #245
- Tests refactor: use a vector of test cases for settings tests by @mknorps in #248
- Tests refactor: use a vector of test cases for parsing pyproject.toml tests by @mknorps in #250
- Tests refactor: Change
main
to explicitly take stdin, stdout for better testability by @mknorps in #251 - Develop sample_projects to support multiple experiments and cached venvs by @jherland in #253
- Tests refactor: Extract default values of settings in cmdline tests by @Nour-Mws in #261
Resolving dependencies
Full Changelog: v0.7.0...v0.7.1
Refer to the project's README
or fawltydeps --help
for more documentation.