Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tap tests on pgsodium objects schema (#67)
* Add tap tests on pgsodium objects schema * Update pgtap extension to 1.2.0 in tests * Force empty search_path when check pgsodium schema This fixes errors related to the object schema resolution. * Fix the search_path again... * Force pgsodium version during pgtap test generation * Order privileges by names This makes any change easier to spot * add tap tests on types * Add various checks on functions Adding checks for: language, return type, volatility, strictiness, security definer and function kind. * Check the event trigger properties * Add table indexes and constraints checks * Forgot to update the number of checks
- Loading branch information