changes
This commit is contained in:
10
code/test.py
10
code/test.py
@@ -6,6 +6,16 @@ class TestAnalyzeUrl(unittest.TestCase):
|
||||
|
||||
def test_analyze_url(self):
|
||||
result = analyze_url('https://data.prod.app.integreatconsult.com/glimpse2/import/c9c5b9af-bfb5-475d-820d-20a6a00f006b.pdf')
|
||||
print(result)
|
||||
|
||||
|
||||
self.assertEqual(result, {})
|
||||
|
||||
# Add more assertions depending on how you expect your function to behave.
|
||||
|
||||
def test_analyze_url3(self):
|
||||
result = analyze_url('https://data.prod.app.integreatconsult.com/bryce/glimpse2-testing/SWP.pdf')
|
||||
print(result)
|
||||
|
||||
self.assertEqual(result, {})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user