alpaca-core / ac-local

Alpaca Core local inference SDK
MIT License
1 stars 0 forks source link

Fix tests of `AssetSourceLocalDir` and `AssetManager` #66

Closed iboB closed 2 months ago

iboB commented 2 months ago

There is no bug in the code being tested, but in the test itself. To avoid adding custom test-only assets, I decided to test with existing files in the repo root. Text files... Which, of course, in hindsight is stupid because of the \r\n discrepancy. The tests as they are will either succeed on Windows and fail on normal OSes or vice-versa.

Just add the test-only binary assets