This website works better with JavaScript.
Home
Explore
Help
Sign In
TechnikNews
/
PublicAPIs
mirror of
https://github.com/public-apis/public-apis
Watch
1
Star
2
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Merge
ab26574529
into
49d267a721
undefined
susmitha
6 months ago
committed by
GitHub
parent
49d267a721
ab26574529
commit
43f9fcad8d
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
scripts/tests/test_validate_format.py
+1
-0
scripts/tests/test_validate_links.py
+ 1
- 0
scripts/tests/test_validate_format.py
View File
@@ -23,6 +23,7 @@ class TestValidadeFormat(unittest.TestCase):
line_num_thousand = 1000
msg = 'This is a unit test'
msg2 ="this is unew message"
err_msg_unity = error_message(line_num_unity, msg)
err_msg_ten = error_message(line_num_ten, msg)
+ 1
- 0
scripts/tests/test_validate_links.py
View File
@@ -24,6 +24,7 @@ class TestValidateLinks(unittest.TestCase):
'https://www.example.com',
'https://www.example.com',
'https://www.anotherexample.com',
# added a comment
]
self.no_duplicate_links = [
'https://www.firstexample.com',
Write
Preview
Loading…
Cancel
Save