To install dependencies:
make setup
To lint and format code:
make lint
To run the unit test suite:
make test_unit
To run the integration test suite:
make test_integration
Repository from Github https://github.comneuro-inc/platform-service-accounts-api
To install dependencies:
make setup
To lint and format code:
make lint
To run the unit test suite:
make test_unit
To run the integration test suite:
make test_integration
Other