Last active
August 29, 2015 14:11
-
-
Save dt/1e55ab109f865d445823 to your computer and use it in GitHub Desktop.
product product_type hack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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