shawnbrown / datatest

Tools for test driven data-wrangling and data validation.
Other
294 stars 13 forks source link

Option to ignore @mandatory decorator. #1

Open shawnbrown opened 8 years ago

shawnbrown commented 8 years ago

It would be nice to have a command line option to disregard the @mandatory decorator when running tests.

I'm thinking -i for "ignore" is a decent option:

  -i, --ignore          Ignore @mandatory flag and run all tests