forked from TriBITSPub/TriBITS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rest of codespell 2.2.1 errors (TriBITSPub#571)
- Loading branch information
1 parent
d898491
commit a9fe9b7
Showing
24 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -414,7 +414,7 @@ def create_table_data(self): | |
"2019-10-17 16:32:15"]}, | ||
{"label": "Author", "align": "L", | ||
"fields": ["[email protected]", "[email protected]", | ||
"someone@somwhere.com"]}, | ||
"someone@somewhere.com"]}, | ||
{"label": "Summary", "align": "L", | ||
"fields": ["Merge Pull Request #1234 from user/repo/branch", | ||
"Fixed a Bug", "Did Some Work"]} | ||
|
@@ -431,7 +431,7 @@ def test_full_markdown_table(self): | |
"|:-------------- |:-------:|:------------------- |:---------------------- |:---------------------------------------------- |\n" \ | ||
"| MockProjectDir | e2dc488 | 2019-10-23 10:16:07 | [email protected] | Merge Pull Request #1234 from user/repo/branch |\n" \ | ||
"| ExtraRepo1 | f671414 | 2019-10-22 11:18:47 | [email protected] | Fixed a Bug |\n" \ | ||
"| ExtraRepo2 | 50bbf3e | 2019-10-17 16:32:15 | someone@somwhere.com | Did Some Work |" | ||
"| ExtraRepo2 | 50bbf3e | 2019-10-17 16:32:15 | someone@somewhere.com | Did Some Work |" | ||
self.assertEqual(table, table_expected) | ||
|
||
|
||
|
@@ -841,7 +841,7 @@ def writeGitMockProgram_dist_repo_versions_table(): | |
"MOCK_PROGRAM_OUTPUT: 2019-10-17 16:32:15\n" \ | ||
"MOCK_PROGRAM_INPUT: log -1 --pretty=format:%ae\n" \ | ||
"MOCK_PROGRAM_RETURN: 0\n" \ | ||
"MOCK_PROGRAM_OUTPUT: someone@somwhere.com\n" \ | ||
"MOCK_PROGRAM_OUTPUT: someone@somewhere.com\n" \ | ||
"MOCK_PROGRAM_INPUT: log -1 --pretty=format:%s\n" \ | ||
"MOCK_PROGRAM_RETURN: 0\n" \ | ||
"MOCK_PROGRAM_OUTPUT: Did Some Work\n" \ | ||
|
@@ -904,7 +904,7 @@ def writeGitMockProgram_dist_repo_versions_table_1_change_base(): | |
"MOCK_PROGRAM_OUTPUT: 2019-10-17 16:32:15\n" \ | ||
"MOCK_PROGRAM_INPUT: log -1 --pretty=format:%ae\n" \ | ||
"MOCK_PROGRAM_RETURN: 0\n" \ | ||
"MOCK_PROGRAM_OUTPUT: someone@somwhere.com\n" \ | ||
"MOCK_PROGRAM_OUTPUT: someone@somewhere.com\n" \ | ||
"MOCK_PROGRAM_INPUT: log -1 --pretty=format:%s\n" \ | ||
"MOCK_PROGRAM_RETURN: 0\n" \ | ||
"MOCK_PROGRAM_OUTPUT: Did Some Work\n" \ | ||
|
@@ -1730,7 +1730,7 @@ def test_dist_repo_versions_table(self): | |
"|:-------------- |:-------:|:------------------- |:---------------------- |:---------------------------------------------- |\n" \ | ||
"| MockProjectDir | e2dc488 | 2019-10-23 10:16:07 | [email protected] | Merge Pull Request #1234 from user/repo/branch |\n" \ | ||
"| ExtraRepo1 | f671414 | 2019-10-22 11:18:47 | [email protected] | Fixed a Bug |\n" \ | ||
"| ExtraRepo2 | 50bbf3e | 2019-10-17 16:32:15 | someone@somwhere.com | Did Some Work |\n" | ||
"| ExtraRepo2 | 50bbf3e | 2019-10-17 16:32:15 | someone@somewhere.com | Did Some Work |\n" | ||
self.assertEqual(s(cmndOut), s(cmndOut_expected)) | ||
|
||
finally: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -473,7 +473,7 @@ def getHelpTopicsStr(): | |
|:-------------- |:-------:|:------------------- |:---------------------- |:---------------------------------------------- | | ||
| MockProjectDir | e2dc488 | 2019-10-23 10:16:07 | [email protected] | Merge Pull Request #1234 from user/repo/branch | | ||
| ExtraRepo1 | f671414 | 2019-10-22 11:18:47 | [email protected] | Fixed a Bug | | ||
| ExtraRepo2 | 50bbf3e | 2019-10-17 16:32:15 | someone@somwhere.com | Did Some Work | | ||
| ExtraRepo2 | 50bbf3e | 2019-10-17 16:32:15 | someone@somewhere.com | Did Some Work | | ||
If the option --dist-short is also passed in, the output will be limited to: | ||
|