Skip to content

Instantly share code, notes, and snippets.

@nitay
Created May 18, 2016 18:20
Show Gist options
  • Save nitay/098b3e0b261043981d16c5daf754e2db to your computer and use it in GitHub Desktop.
Save nitay/098b3e0b261043981d16c5daf754e2db to your computer and use it in GitHub Desktop.
def jvm_test(**kwargs):
base_deps = [
'3rdparty/ch/qos/logback:logback-classic', # runtime logback implementation
'3rdparty/org/specs2', # specs library
'config/src/test/resources' # test configs like logback
]
kwargs['dependencies'] = base_deps + kwargs.get('dependencies', [])
junit_tests(kwargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment