File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
use_plugin ("python.unittest" )
5
5
use_plugin ("python.install_dependencies" )
6
6
use_plugin ("python.flake8" )
7
- # use_plugin("python.coverage")
8
7
use_plugin ("python.distutils" )
9
8
10
9
name = "sparkle-test"
13
12
Unit testing in Spark is made easier with sparkle-test, the settings are tuned for performance and your unit tests
14
13
don't leave any files in your workspace. There is one convenience method for asserting dataframe equality.
15
14
"""
16
- default_task = " publish"
17
- version = "1.0.0 "
15
+ default_task = [ "clean" , "analyze" , " publish"]
16
+ version = "1.0.1 "
18
17
19
18
url = "https://github.com/machielg/sparkle-test/"
20
- licence = "GPLv3+"
19
+ license = "GPLv3+"
21
20
22
21
23
22
authors = [Author ("Machiel Keizer Groeneveld" , "machielg@gmail.com" )]
You can’t perform that action at this time.
0 commit comments