Skip to content

Commit ddcf90a

Browse files
author
Kenneth Reitz
committed
cleanups
1 parent 031f5d9 commit ddcf90a

21 files changed

Lines changed: 0 additions & 83 deletions

tests/example_search_apple_app_store_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ def test_search_apple_app_store(client):
1010
})
1111
assert data.get('error') is None
1212
assert data['organic_results']
13-
14-
# os.getenv("API_KEY") is your secret API Key
15-
# copy/paste from [http://serpapi.com/dashboard] to your bash
16-
# ```export API_KEY="your_secure_api_key"```

tests/example_search_baidu_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@ def test_search_baidu(client):
1111
})
1212
assert data.get('error') is None
1313
assert data['organic_results']
14-
15-
# os.getenv("API_KEY") is your secret API Key
16-
# copy/paste from [http://serpapi.com/dashboard] to your bash
17-
# ```export API_KEY="your_secure_api_key"```

tests/example_search_bing_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ def test_search_bing(client):
1010
})
1111
assert data.get('error') is None
1212
assert data['organic_results']
13-
14-
# os.getenv("API_KEY") is your secret API Key
15-
# copy/paste from [http://serpapi.com/dashboard] to your bash
16-
# ```export API_KEY="your_secure_api_key"```

tests/example_search_duckduckgo_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ def test_search_duckduckgo(client):
1010
})
1111
assert data.get('error') is None
1212
assert data['organic_results']
13-
14-
# os.getenv("API_KEY") is your secret API Key
15-
# copy/paste from [http://serpapi.com/dashboard] to your bash
16-
# ```export API_KEY="your_secure_api_key"```

tests/example_search_ebay_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ def test_search_ebay(client):
1010
})
1111
assert data.get('error') is None
1212
assert data['organic_results']
13-
14-
# os.getenv("API_KEY") is your secret API Key
15-
# copy/paste from [http://serpapi.com/dashboard] to your bash
16-
# ```export API_KEY="your_secure_api_key"```

tests/example_search_google_autocomplete_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ def test_search_google_autocomplete(client):
1010
})
1111
assert data.get('error') is None
1212
assert data['suggestions']
13-
14-
# os.getenv("API_KEY") is your secret API Key
15-
# copy/paste from [http://serpapi.com/dashboard] to your bash
16-
# ```export API_KEY="your_secure_api_key"```

tests/example_search_google_events_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ def test_search_google_events(client):
1010
})
1111
assert data.get('error') is None
1212
assert data['events_results']
13-
14-
# os.getenv("API_KEY") is your secret API Key
15-
# copy/paste from [http://serpapi.com/dashboard] to your bash
16-
# ```export API_KEY="your_secure_api_key"```

tests/example_search_google_images_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ def test_search_google_images(client):
1212
})
1313
assert data.get('error') is None
1414
assert data['images_results']
15-
16-
# os.getenv("API_KEY") is your secret API Key
17-
# copy/paste from [http://serpapi.com/dashboard] to your bash
18-
# ```export API_KEY="your_secure_api_key"```

tests/example_search_google_jobs_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ def test_search_google_jobs(client):
1010
})
1111
assert data.get('error') is None
1212
assert data['jobs_results']
13-
14-
# os.getenv("API_KEY") is your secret API Key
15-
# copy/paste from [http://serpapi.com/dashboard] to your bash
16-
# ```export API_KEY="your_secure_api_key"```

tests/example_search_google_local_services_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ def test_search_google_local_services(client):
1212
})
1313
assert data.get('error') is None
1414
assert data['local_ads']
15-
16-
# os.getenv("API_KEY") is your secret API Key
17-
# copy/paste from [http://serpapi.com/dashboard] to your bash
18-
# ```export API_KEY="your_secure_api_key"```

0 commit comments

Comments
 (0)