XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.
MIT License
3.74k stars 130 forks source link

Use mocks when writing the cache file in unit tests #227

Closed rpendleton closed 1 year ago

rpendleton commented 2 years ago

After running the unit tests while working on #226, I noticed xcodes list was returning fake versions of Xcode. It looks like this is actually a pre-existing issue with the unit tests, so I figured I'd open a separate PR to fix it.