Skip to content

Commit

Permalink
Remove unused CLN/LND mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Nov 14, 2023
1 parent 62c189e commit 281f144
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 200 deletions.
2 changes: 1 addition & 1 deletion docker-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Spin up a regtest lightning network to run integration tests
# Spin up a regtest lightning network to run integration tests:
# docker-compose -f docker-tests.yml --env-file tests/compose.env up -d

# Some useful handy commands that hopefully are never needed
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ omit = [
"api/lightning/*pb2*",
# omit test and mocks from coverage reports
"tests/*",
"*mocks*",
"manage.py",
]
Empty file removed tests/mocks/__init__.py
Empty file.
34 changes: 0 additions & 34 deletions tests/mocks/cln.py

This file was deleted.

164 changes: 0 additions & 164 deletions tests/mocks/lnd.py

This file was deleted.

0 comments on commit 281f144

Please sign in to comment.