Added some unit tests for the 'slsb' module.

This commit is contained in:
Cédric Bonhomme 2016-04-12 23:21:26 +02:00
parent 96d01439ea
commit f47cf3ae51
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
4 changed files with 89 additions and 0 deletions

View file

@ -54,6 +54,14 @@ There are some examples in the folder *examples*.
$ cd stegano/examples
Running the tests
-----------------
.. code:: bash
$ python -m unittest discover -v
Turorial
--------