Skip to content

Instantly share code, notes, and snippets.

@dt
Last active August 29, 2015 14:11
Show Gist options
  • Save dt/1e55ab109f865d445823 to your computer and use it in GitHub Desktop.
Save dt/1e55ab109f865d445823 to your computer and use it in GitHub Desktop.
product product_type hack
class ProductiveJUnitRun(JUnitRun):
@classmethod
def product_types(cls):
return ['junit_tests_ran']
task(name='junit',
action=ProductiveJUnitRun,
dependencies=['bootstrap', 'compile']).install('test', replace=True).with_description('Test compiled code.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment