Skip to content

Commit 305f456

Browse files
committed
rm memory warning from tests
1 parent 57816eb commit 305f456

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ def get_my_work_dir(self):
2323
def get_my_temp_dir(self):
2424
return ensure_dir(self._temp_dir)
2525

26+
def self_test(self):
27+
pass
28+
2629
# def write_db(self, data):
2730
# self.buffer.old_db = Dict(self.db)
2831
#

tests/integration/test_wallet_commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def fake_create_wallet(self, wallet_name, workchain, version, subwallet):
3333
assert created_wallet.workchain == 0
3434
assert created_wallet.addrB64 == "test"
3535
assert created_wallet.subwallet == 698983191
36+
print(output)
3637
assert output.splitlines()[1].split() == ["wallet_001", "0", "test_init"]
3738

3839
# provide workchain and wallet name

0 commit comments

Comments
 (0)