I am looking to set up the test suite. Can I find ...
# dev-metaflow
m
I am looking to set up the test suite. Can I find instructions anywhere? Specifically I am looking for instructions to install dependencies (requirements.txt?). I have a PR ready to go and just need to run through its paces
1
s
you can execute the local test suite by following these instructions - https://github.com/Netflix/metaflow/tree/master/test#running-data-tests-by-hand
👀 1
m
Thanks so much. Works like a charm
PR incoming!