ruff/crates/ruff_python_resolver
Charlie Marsh 6587fb844a
Add snapshot tests for resolver (#5404)
## Summary

This PR adds some snapshot tests for the resolver based on executing
resolutions within a "mock" of the Airflow repo (that is: a folder that
contains a subset of the repo's files, but all empty, and with an
only-partially-complete virtual environment). It's intended to act as a
lightweight integration test, to enable us to test resolutions on a
"real" project without adding a dependency on Airflow itself.
2023-06-28 13:38:51 +00:00
..
resources/test/airflow Add snapshot tests for resolver (#5404) 2023-06-28 13:38:51 +00:00
src Add snapshot tests for resolver (#5404) 2023-06-28 13:38:51 +00:00
Cargo.toml Add snapshot tests for resolver (#5404) 2023-06-28 13:38:51 +00:00