Max Eggers
03/12/2024, 2:49 PMModuleNotFoundError: No module named 'prefect.testing'
when I use prefect_test_harness
. I am not seeing a specific prefect-testing package that I could use, am I missing it? Should I take prefect
as a test dependency?Nate
03/12/2024, 2:59 PMtesting
module is not included in the prefect-client
, so if you need to use the test harness, I would use prefect
Max Eggers
03/12/2024, 3:01 PMNate
03/12/2024, 3:02 PMprefect-testing
module?Max Eggers
03/12/2024, 3:03 PMprefect
vs prefect-testing
but ideally want to keep footprint as small as possibleMax Eggers
03/12/2024, 3:04 PMNate
03/12/2024, 3:05 PMprefect_test_harness
without the bulk of `prefect`'s code anyways, so i do not think that we would publish a standalone prefect-testing
library for that reasonMax Eggers
03/12/2024, 3:06 PMNate
03/12/2024, 3:06 PMMax Eggers
03/12/2024, 3:06 PMMax Eggers
03/12/2024, 3:06 PMprefect
, thank you!Nate
03/12/2024, 3:06 PM