Commit aacd7270 authored by Bruno Morgado's avatar Bruno Morgado Committed by Bruno S. Morgado
Browse files

Updated documentation on already implemented unit testing structure

parent 330f8d81
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
# Skeleton project
SKA Skeleton Project
====================

Briefly describe your project here

## Install 
Install 
-------

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`
 No newline at end of file