prestodb / tempto

A testing framework for Presto
Apache License 2.0
61 stars 23 forks source link

Allow CLI exclusion of a single test #210

Open brian-rickman opened 7 years ago

brian-rickman commented 7 years ago

Current CLI syntax allows excluding a group of tests via -x, but I sometimes need to exclude a single test, and would like to do this without creating a new group for it or adding it to the quarantine group. I would like for the CLI to support a command similar to this:

-x quarantine,com.facebook.presto.tests.hive.TestExternalHiveTable -g hive_connector