Skip to content

Commit b4e8693

Browse files
committed
clean up tests
1 parent ace04ea commit b4e8693

File tree

7 files changed

+5
-251
lines changed

7 files changed

+5
-251
lines changed

.github/workflows/test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
# test: [scenarios_test.py, rpc_test.py, graph_test.py, ln_test.py, dag_connection_test.py, logging_test.py]
33-
test: [scenarios_test.py, rpc_test.py, dag_connection_test.py, logging_test.py]
32+
test:
33+
- dag_connection_test.py
34+
- logging_test.py
35+
- rpc_test.py
36+
- scenarios_test.py
3437
steps:
3538
- uses: actions/checkout@v4
3639
- uses: azure/[email protected]

test/build_branch_test.py

-57
This file was deleted.

test/data/build_v24_test.graphml

-28
This file was deleted.

test/data/permutations.graphml

-93
This file was deleted.

test/data/services.graphml

Whitespace-only changes.

test/graph_test.py

Whitespace-only changes.

test/onion_test.py

-71
This file was deleted.

0 commit comments

Comments
 (0)