gauge-sh / tach

A Python tool to enforce dependencies, using modular architecture 🌎 Open source 🐍 Installable via pip πŸ”§ Able to be adopted incrementally - ⚑ Implemented with no runtime impact ♾️ Interoperable with your existing systems πŸ¦€ Written in rust
https://gauge.sh
MIT License
1.16k stars 36 forks source link

Fix 'tach test' in Rust #325

Closed emdoyle closed 2 months ago

emdoyle commented 2 months ago

Fields within the Rust version of the pytest plugin were not actually being updated, and the return type of getting its fields were strings, not Paths (which broke comparison).