fsouza / fake-gcs-server

Google Cloud Storage emulator & testing library.

Home Page:https://pkg.go.dev/github.com/fsouza/fake-gcs-server/fakestorage?tab=doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Officialize examples as integration tests

fsouza opened this issue · comments

commented

Currently, the examples are kind of used as integration tests, but they don't have a lot of coverage. To prevent regressions such as the one reported in #1166, it would be great to have a more complete and extensible integration test suite that doesn't rely on weird shell scripts.

commented

Another regression: #1170.