Skip to content

Commit 815d3c5

Browse files
committed
rename the "USAGES" to "USAGE"
fix the test case update the README text
1 parent 1c5057a commit 815d3c5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ from the /tmp/thirdparty_about/ and then generate the attribution output to
187187
/tmp/thirdparty_attribution/attribution.html
188188

189189

190+
(See USAGE for a details explaining of each scripts and options.)
191+
190192
HELP and SUPPORT
191193
----------------
192194
If you have a question or find a bug, enter a ticket at:
File renamed without changes.

about_code_tool/tests/test_genabout.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def test_get_non_empty_rows_list(self):
6161

6262
def test_get_mapping_list(self):
6363
gen = genabout.GenAbout()
64-
expected_list = {'about_file': 'Directory/Filename',
65-
'version': 'Confirmed Version',
66-
'about_resource': 'file_name', 'name': 'Component'}
64+
expected_list = {'about_file': 'directory/filename',
65+
'version': 'confirmed version',
66+
'about_resource': 'file_name', 'name': 'component'}
6767
output = gen.get_mapping_list()
6868
self.assertTrue(output == expected_list)
6969

0 commit comments

Comments
 (0)