google-ads-python icon indicating copy to clipboard operation
google-ads-python copied to clipboard

Google Ads API Client Library for Python

Results 93 google-ads-python issues
Sort by recently updated
recently updated
newest added

All tests pass for account management. It required numerous iterations to get all these test to pass. This is the golden pull request for account management.

- Created a new test directory `examples/shopping_ads/tests/`. - Added initial placeholder test files for each example script in `examples/shopping_ads/`. - Updated `noxfile.py` to ensure tests in the new directory are...

This commit introduces a test suite for the `parallel_report_download.py` script. The tests cover the following: - Correct generation of inputs for report downloads. - Successful and failed report requests, including...

…them to API v19. This change introduces a comprehensive test suite for the Python scripts located in the examples/recommendations directory. I've added a new 'tests' subdirectory under examples/recommendations to house...

This commit introduces a unit test suite for the `generate_user_credentials.py` script located in `examples/authentication/`. Key changes: - Created a new directory `examples/authentication/tests/` to house the tests. - Added `__init__.py` to...

This commit fixes an `ImportError: attempted relative import beyond top-level package` that occurred when running tests in `examples/google-ads-account-analyzer-demo/tests/test_analyzer.py` using standard test discovery. The import mechanism for the `analyzer` module within...

Gold tests for audience insights

There are a couple tests that are commented out with an explanation of why we could not get them to succeed. They address an edge case of calling __main__ more...

kokoro:force-run

…v19 compatibility This commit introduces a test suite for the utility modules located in the `examples/utils/` directory. Key changes: - Created a new test directory: `examples/utils/tests/`. - Added `examples/utils/tests/__init__.py`. -...

kokoro:force-run