Update python/ql/test/library-tests/dataflow/coverage/functional.py

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
yoff
2024-10-15 17:35:36 +02:00
committed by GitHub
parent 195b70aca6
commit 9ed8fe5dd0

View File

@@ -62,6 +62,6 @@ process_dict(func=read_sql_dict, sql=SOURCE)
# TODO:
# Consider adding tests for
# threading.Thread, mulitprocess.Process,
# threading.Thread, multiprocess.Process,
# concurrent.futures.ThreadPoolExecutor,
# and concurrent.futures.ProcessPoolExecutor.