Update 'scripts' in base package.json to handle more of the 'bin/' scripts? #1085
Chris Nolan.ca (ChrisNolan)
started this conversation in
Ideas
Replies: 1 comment
|
Also... what is the difference between |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm of the habit for example of just doing
npm testto make sure things are "working". There isn't an entry in the 'scripts' for that.The AGENTS.md has
SDK and carrier connector tests
./bin/run-sdk-tests # all SDK tests
python -m unittest discover -v -f modules/connectors//tests # single carrier
Server/Django tests
./bin/run-server-tests # all server tests
karrio test --failfast karrio.server..tests # single module
All reactions