Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Update the documentation to reflect the migration from unittest to pytest. #566

Closed SRomansky closed 9 years ago

SRomansky commented 10 years ago

The current documentation has examples or references to unittest. Freeseer intends to move to pytest for better output and simpelr tests. Therefore, the documentation needs to be updated. This issue could be combined with writing/migrating tests into the new testing style.

Related #467