File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,11 +209,11 @@ Also, please bear the following coding guidelines in mind:
209
209
code is accepted into the distribution, a lot of people will try it
210
210
out, so try to do a thorough job of eradicating all the bugs before
211
211
you send it to us. If at all practical, ** add test cases** to our
212
- test suite (in the test/ dir) that verify that the code does what it
212
+ test suite (in the ` test/ ` dir) that verify that the code does what it
213
213
is intended to do, fixes issues it intends to fix, etc.
214
214
215
- - In addition to running the test suite, there are a few scripts in the test/
216
- dir that catch some common issues, see and use for example runLint.
215
+ - In addition to running the test suite, there are a few scripts in the ` test/ `
216
+ dir that catch some common issues, see and use for example ` runLint ` .
217
217
218
218
- Make sure you have Python 3.7 or later installed. This is required for
219
219
running the development tooling, linters etc. Rest of the development
You can’t perform that action at this time.
0 commit comments