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: CONTRIBUTING.rst
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,16 @@ Updating Conformance Tests
193
193
194
194
The firestore client libraries use a shared set of conformance tests, the source of which can be found at https://github.com/googleapis/conformance-tests.
195
195
196
+
To update the copy of these conformance tests used by this repository, run the provided Makefile:
197
+
198
+
$ make -f Makefile_v1
199
+
200
+
**************************
201
+
Updating Conformance Tests
202
+
**************************
203
+
204
+
The firestore client libraries use a shared set of conformance tests, the source of which can be found at https://github.com/googleapis/conformance-tests.
205
+
196
206
To update the copy of these conformance tests used by this repository, run the provided Makefile:
0 commit comments