Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be55626 commit 5d2c64eCopy full SHA for 5d2c64e
run/markdown-preview/noxfile.py
@@ -143,7 +143,7 @@ def cloud_run(session):
143
144
session.run(
145
"pytest",
146
- *(PYTEST_COMMON_ARGS + session.posargs + ["e2e_test.py"]),
+ *(PYTEST_COMMON_ARGS + ["-k", "e2e"] + session.posargs),
147
# Pytest will return 5 when no tests are collected. This can happen
148
# on travis where slow and flaky tests are excluded.
149
# See http://doc.pytest.org/en/latest/_modules/_pytest/main.html
0 commit comments