Update contributing documentation and launch config

Adds section in CONTRIBUTING.md to document how to run tests. Also,
fixes some markdown linting warnings.

And fixes the launch config for running unit tests.
This commit is contained in:
Andrew Eisenberg
2020-03-07 16:34:49 -08:00
parent 35f619e97a
commit 1efa9f1082
5 changed files with 65 additions and 35 deletions

View File

@@ -4,3 +4,4 @@ indent_size = 2
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true