This commit was merged in pull request #105.
This commit is contained in:
@@ -25,8 +25,8 @@ minute but real enough to have more than one file. Keep it that way; don't grow
|
||||
|
||||
## Build and test commands
|
||||
|
||||
- Run the app: `python cli.py <command>` (e.g. `python cli.py list`).
|
||||
- Run the tests: `python -m unittest` <!-- EDIT: set this to your real test command, or delete if you have no tests yet -->
|
||||
- Run the app: `python3 cli.py <command>` (e.g. `python3 cli.py list`).
|
||||
- Run the tests: `python3 -m unittest` <!-- EDIT: set this to your real test command, or delete if you have no tests yet -->
|
||||
- Do not claim a change works until you have actually run it. If tests exist, they must pass first.
|
||||
|
||||
## Coding standards
|
||||
|
||||
Reference in New Issue
Block a user