Hey guys, is it possible to unit-test graph-backed...
# ask-community
m
Hey guys, is it possible to unit-test graph-backed assets? The documentation on testing assets doesn't clarify how to do it. I've tried using the Scout in the #ask-ai channel, to no avail
p
not sure what kind of tests you are looking for but this is how we unit test the actual implementation: https://github.com/dagster-io/dagster/blob/1fb3a8b30e74e9b3e41be11b8cf932b36b55cc1[…]ules/dagster/dagster_tests/asset_defs_tests/test_materialize.py
🙌 1
m
Thanks @Pedram Navid that helps a lot!