GitXplorerGitXplorer
g

pyspark-pytest

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
2823cc195b27b312dd64c8d55223a39811c1393c

Fix session fixture

ggglanzani committed 8 years ago
Unverified
ee077dcaf053df80d5fffa31b582efca68c89b8f

Add util.py

ggglanzani committed 8 years ago
Unverified
9c033191ab07a3b8be2dbd09133ce126c7bd5a9a

Increase project complexity slightly

ggglanzani committed 8 years ago
Unverified
7b56075c225d4c514d5363ef13a81a0c1cae728a

Update README

ggglanzani committed 8 years ago
Unverified
b8c182e50256c80b11e1b5e532f036770f03bdac

Add first working example

ggglanzani committed 8 years ago
Unverified
914972f25c986a7b93211e356c12e13567d388e9

Initial commit

ggglanzani committed 8 years ago

README

The README file for this repository.

A minimalist example on how to get started with PySpark and Pytest

To get started and hack away, clone the repository, then

::

pip install -e .[test]
py.test

This should be everything you need to get started.