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 c8ecd7f commit 865b868Copy full SHA for 865b868
.gitignore
@@ -11,6 +11,7 @@ __pycache__
11
venv
12
.pytest_cache
13
/dist
14
+/.pytest-tmp-dir
15
16
# gRPC client example folder
17
/client_example/client_example
Taskfile.yml
@@ -27,7 +27,7 @@ tasks:
27
desc: Run integration tests only
28
cmds:
29
- go test -run Integration {{ default "-v" .GOFLAGS }} -coverprofile=coverage_integ.txt {{ default .DEFAULT_TARGETS .TARGETS }} {{.TEST_LDFLAGS}}
30
- - pytest test
+ - pytest --basetemp=.pytest-tmp-dir test
31
32
test-legacy:
33
desc: Run tests for the `legacy` package
0 commit comments