File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 flake8 . --count --show-source --statistics --exit-zero
3535 - name : Pytest unit tests
3636 run : |
37- pytest -m "not e2e and not dts" --verbose
37+ pytest --ignore=test/dts - m "not e2e and not dts" --verbose
3838
3939 # Sidecar for running e2e tests requires Go SDK
4040 - name : Install Go SDK
4747 run : |
4848 go install github.com/microsoft/durabletask-go@main
4949 durabletask-go --port 4001 &
50- pytest -m "e2e" --verbose
50+ pytest --ignore=test/dts - m "e2e" --verbose
Original file line number Diff line number Diff line change 22 pip3 install -r requirements.txt
33
44test-unit :
5- pytest -m -- ignore=test/dts " not e2e" --verbose
5+ pytest -- ignore=test/dts -m " not e2e" --verbose
66
77test-e2e :
8- pytest -m -- ignore=test/dts e2e --verbose
8+ pytest -- ignore=test/dts -m e2e --verbose
99
1010install :
1111 python3 -m pip install .
You can’t perform that action at this time.
0 commit comments