You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: synthtool/gcp/templates/python_library/CONTRIBUTING.rst
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,6 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.
69
69
70
70
- To test your changes, run unit tests with ``nox``::
71
71
72
-
$ nox -s unit-2.7
73
72
$ nox -s unit-3.8
74
73
$ ...
75
74
@@ -144,17 +143,15 @@ Running System Tests
144
143
145
144
# Run all system tests
146
145
$ nox -s system-3.8
147
-
$ nox -s system-2.7
148
146
149
147
# Run a single system test
150
148
$ nox -s system-3.8 -- -k <name of test>
151
149
152
150
153
151
.. note::
154
152
155
-
System tests are only configured to run under Python 2.7 and
156
-
Python 3.8. For expediency, we do not run them in older versions
157
-
of Python 3.
153
+
System tests are only configured to run under Python 3.8.
154
+
For expediency, we do not run them in older versions of Python 3.
158
155
159
156
This alone will not run the tests. You'll need to change some local
160
157
auth settings and change some configuration in your project to
0 commit comments