Typecheck tests/tools/test_full_sync.py (#14947)

* Typecheck tests/tools/test_full_sync.py

* Merge remote-tracking branch 'origin/main' into ak.typecheck-test_full_sync

* typecheck test_full_sync.py

* Revert "typecheck test_full_sync.py"

This reverts commit e5c0d9d565.

* Revert "Merge remote-tracking branch 'origin/main' into ak.typecheck-test_full_sync"

This reverts commit e5d0e57000.

* typecheck tests.toos.test_full_sync

---------

Co-authored-by: Earle Lowe <e.lowe@chia.net>
This commit is contained in:
Adam Kelly 2023-05-23 17:53:20 -07:00 committed by GitHub
parent 337cb312e1
commit e2ed6a4833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -149,7 +149,6 @@ tests.pools.test_pool_config
tests.pools.test_pool_puzzles_lifecycle
tests.pools.test_wallet_pool_store
tests.simulation.test_simulation
tests.tools.test_full_sync
tests.tools.test_run_block
tests.util.benchmark_cost
tests.util.db_connection

View File

@ -12,7 +12,7 @@ from tools.test_full_sync import run_sync_test
@pytest.mark.parametrize("keep_up", [True, False])
def test_full_sync_test(keep_up: bool):
def test_full_sync_test(keep_up: bool) -> None:
file_path = os.path.realpath(__file__)
db_file = Path(file_path).parent / "test-blockchain-db.sqlite"
asyncio.run(