You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tests are implemented to run against mocked Postgrest endpoints. Optionally, tests can be run against an actual Postgrest instance by setting a `POSTGREST_URL` environment variable to the fully-qualified URL to a Postgrest instance, and, optionally, an `API_KEY` environment variable (if, for example, testing against a local Supabase instance).
54
+
55
+
A [script](test/seed.sql) is included in the test directory that can be used to seed the test database.
56
+
57
+
To run all tests:
58
+
59
+
```bash
60
+
go test ./...
61
+
```
49
62
50
63
## License
51
64
52
-
This repo is liscenced under Apache License.
65
+
This repo is licensed under the [Apache License](LICENSE).
53
66
54
67
## Sponsors
55
68
56
69
We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don’t exist we build them and open source them ourselves. Thanks to these sponsors who are making the OSS ecosystem better for everyone.
0 commit comments