google / pytype

A static type analyzer for Python code
https://google.github.io/pytype
Other
4.78k stars 281 forks source link

Fix path tests when running in a symlinked directory, enable Mac CI #1749

Closed copybara-service[bot] closed 2 months ago

copybara-service[bot] commented 2 months ago

Fix path tests when running in a symlinked directory, enable Mac CI

These tests were assuming that they run in a "real" directory path: they were comparing unexpanded paths to fully expanded paths.