Skip to content

Commit

Permalink
debug dir
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Mar 29, 2022
1 parent a66f563 commit 74b5bbf
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-blockchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test blockchain code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/blockchain/test_*.py -s -v --durations 0 -n 4 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-clvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:

- name: Test clvm code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/clvm/test_*.py -s -v --durations 0 -n 4 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-core-cmds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test core-cmds code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/core/cmds/test_*.py -s -v --durations 0 -n 4 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-core-consensus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test core-consensus code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/core/consensus/test_*.py -s -v --durations 0 -n 4 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-core-custom_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test core-custom_types code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/core/custom_types/test_*.py -s -v --durations 0 -n 4 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-core-daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- name: Test core-daemon code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/core/daemon/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test core-full_node-full_sync code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/core/full_node/full_sync/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test core-full_node-stores code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/core/full_node/stores/test_*.py -s -v --durations 0 -n 4 -m "not benchmark"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-core-full_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test core-full_node code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/core/full_node/test_*.py -s -v --durations 0 -n 4 -m "not benchmark"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-core-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test core-server code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/core/server/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-core-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test core-ssl code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/core/ssl/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-core-util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test core-util code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/core/util/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test core code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/core/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-farmer_harvester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test farmer_harvester code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/farmer_harvester/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test generator code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/generator/test_*.py -s -v --durations 0 -n 4 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-plotting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test plotting code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/plotting/test_*.py -s -v --durations 0 -n 4 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-pools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test pools code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/pools/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- name: Test simulation code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/simulation/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test tools code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/tools/test_*.py -s -v --durations 0 -n 4 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test util code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/util/test_*.py -s -v --durations 0 -n 4 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-wallet-cat_wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test wallet-cat_wallet code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/wallet/cat_wallet/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-wallet-did_wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test wallet-did_wallet code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/wallet/did_wallet/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-wallet-rl_wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test wallet-rl_wallet code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/wallet/rl_wallet/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-wallet-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test wallet-rpc code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/wallet/rpc/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test wallet-simple_sync code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/wallet/simple_sync/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-wallet-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test wallet-sync code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/wallet/sync/test_*.py -s -v --durations 0 -n 0 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test wallet code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/wallet/test_*.py -s -v --durations 0 -n 4 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-windows-weight_proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- name: Test weight_proof code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test tests/weight_proof/test_*.py -s -v --durations 0 -n 4 -m "not benchmark" -p no:monitor
Expand Down
1 change: 1 addition & 0 deletions tests/runner_templates/build-test-windows
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ INSTALL_TIMELORD

- name: Test TEST_NAME code with pytest
run: |
dir venv/Scripts/
./venv/Scripts/activate.ps1
venv/Scripts/coverage run --rcfile=.coveragerc ./venv/Scripts/py.test TEST_DIR -s -v --durations 0PYTEST_PARALLEL_ARGS -m "not benchmark" DISABLE_PYTEST_MONITOR

Expand Down

0 comments on commit 74b5bbf

Please sign in to comment.