Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,12 @@ def system(session, disable_grpc):
# tests.
num = s.replace(
"CONTRIBUTING.rst",
'app_credentials.json"',
"""app_credentials.json"

"""\
\*\*\*\*\*\*\*\*\*\*\*\*\*
Test Coverage
\*\*\*\*\*\*\*\*\*\*\*\*\*
""",
"""\
- You'll need to create composite
`indexes <https://cloud.google.com/datastore/docs/tools/indexconfig>`__
with the ``gcloud`` command line
Expand All @@ -169,7 +172,12 @@ def system(session, disable_grpc):
prevents clean-up) you can clear all system test data from your
datastore instance via::

$ python tests/system/utils/clear_datastore.py""")
$ python tests/system/utils/clear_datastore.py

*************
Test Coverage
*************
""")

if num != 1:
raise Exception("Required replacement not made.")