Skip to content

moonbit-community/postgres.mbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres.mbt

Testing

  • Run PostgreSQL integration tests: node scripts/pg_integration_test.mjs
  • Run PostgreSQL integration coverage tests: node scripts/pg_integration_test.mjs --enable-coverage

The integration tests only execute when RUN_POSTGRES_INTEGRATION=1. The script above starts a temporary PostgreSQL cluster with pg_virtualenv, picks a high local port, creates a moondb database plus moon_scram, moon_md5, and moon_password users, and runs the integration* test suite against all three authentication modes.

When --enable-coverage is set, the same script runs moon test --enable-coverage for each authentication mode, merges the resulting traces, and then prints caret-style line-level coverage details for all instrumented packages.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors