Update How-To-Run-Test-And-How-To-Add-New-Test-Case.md

This commit is contained in:
Shuduo Sang 2020-05-15 11:32:33 +08:00 committed by GitHub
parent 70b511cf71
commit 25976474d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ def checkAffectedRows(self, expectAffectedRows):
> appropriate without additional
> burden. <https://nakedsecurity.sophos.com/2020/01/03/python-is-dead-long-live-python/> 
### CI Covenant submission adoption principle.
### CI submission adoption principle.
- Every commit / PR compilation must pass. Currently, the warning is treated
as an error, so the warning must also be resolved.