File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,11 +56,9 @@ nox -s lint blacken
5656
57571 . Configure your environment and credentials as described in the
5858 [ README] ( README.md ) .
59- 2 . Determine which GA4 property you want to use for tests, and note its
60- property ID.
61- 3 . Change into the directory of the project you want to test (either
59+ 2 . Change into the directory of the project you want to test (either
6260 ` google-analytics-admin ` or ` google-analytics-data ` ).
63- 4 . Configure environment variables required by tests using the following
61+ 3 . Configure environment variables required by tests using the following
6462 commands:
6563
6664 ``` sh
@@ -74,7 +72,7 @@ nox -s lint blacken
7472 export GA_TEST_CONVERSION_EVENT_ID=
7573 ```
7674
77- 5 . Execute tests from the ` google-analytics-admin` or ` google-analytics-data`
75+ 4 . Execute tests from the ` google-analytics-admin` or ` google-analytics-data`
7876 directory, using either ` nox` or ` pytest` . Using ` nox` provides the
7977 additional benefit of formatting all files, and also automatically creates a
8078 virtual environment to test samples using different versions of Python.
You can’t perform that action at this time.
0 commit comments