Skip to content
README.md 421 B
Newer Older
SKA Skeleton Project
====================
Marco Bartolini's avatar
Marco Bartolini committed

Briefly describe your project here

Marco Bartolini's avatar
Marco Bartolini committed

How to install 

Testing
-------

* Put tests into the `tests` folder
* Use [PyTest](https://pytest.org) as the testing framework

  - Reference: [PyTest introduction](http://pythontesting.net/framework/pytest/pytest-introduction/)

* Run tests with `python setup.py test`

  - Configure PyTest in `setup.py` and `setup.cfg`