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
216 stars 110 forks source link

Expands ProfileManager and profile unit tests. #643

Closed FranciscoCanas closed 9 years ago

FranciscoCanas commented 9 years ago

Adds methods for deleting, creating, and listing profiles. Also modifies get_profile by adding an extra arg to specify whether a non-existing profile should be auto-created.

Adds related unit tests to test_profile.

Methods added:

Related to https://github.com/Freeseer/freeseer/pull/632

mtomwing commented 9 years ago

Thanks for your contribution!