package
0.0.0-20241024144128-56a014f44ca3
Repository: https://github.com/uc-cdis/cohort-middleware.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
About tests in this folder
Unit tests and integration tests (using real dependencies - e.g. tests on ./model/
code
use a set of real postgres DB containers).
Setup (on your local machine)
- For running he integration tests on your laptop, setup the local DB containers by running:
cd tests/setup_local_db
./init_db.sh
Run
Run the tests (in root of this project folder) with:
./tests/run.sh