-
Notifications
You must be signed in to change notification settings - Fork 16
Updating README #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating README #51
Conversation
README.md
Outdated
|
|
||
| All tests for the library are housed in the tests folder. These are run using `pytest`, see [Running Tests](#running-tests) below. These tests are automatically run through GitHub integrations on PRs to the main branch of this repository. PRs that fail any of the tests will not be eligible to be merged until they are are fixed. | ||
|
|
||
| If you use VSCode for development, you can setup the tests with the testing integration so that you can run debugging and other IDK features. Setup will vary depending on your VSCode environment, but in your .vscode folder your `settings.json` might look something like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IDE Features*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
README.md
Outdated
| "." | ||
| ] | ||
| } | ||
| `````` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too many backticks? Or maybe this is some syntax I am unfamiliar with
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, just bad auto-complete from vscode 😂 good catch.
jewelltaylor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome to have this updated README! Few very minor things but LGTM!
Expanding the README.md and getting rid of the CONTRIBUTION.md as they were both very sparse.