Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Add tests #4

Merged
merged 1 commit into from
Oct 18, 2015
Merged

tests: Add tests #4

merged 1 commit into from
Oct 18, 2015

Conversation

fetzerch
Copy link
Owner

This commit adds nose based tests for the sync_music module.
Most of the tests are executed with reference data (audio files)
included in the repository. The tests need the permission to create and
remove the folder '/tmp/sync_music'.

The tests can be executed using tox -e py-34 [-- <nosetestargs>] or
tox -e py-34-cover -- --cover-html <nosetestargs> to locally generate
code coverage reports. The nosetestargs parameter can be used for
filtering (e.g. -s tests/test_sync_music.py:TestSyncMusicFiles).

This commit adds nose based tests for the sync_music module.
Most of the tests are executed with reference data (audio files)
included in the repository. The tests need the permission to create and
remove the folder '/tmp/sync_music'.

The tests can be executed using `tox -e py-34 [-- <nosetestargs>]` or
`tox -e py-34-cover -- --cover-html <nosetestargs>` to locally generate
code coverage reports. The `nosetestargs` parameter can be used for
filtering (e.g. `-s tests/test_sync_music.py:TestSyncMusicFiles`).
fetzerch added a commit that referenced this pull request Oct 18, 2015
@fetzerch fetzerch merged commit c4b73b4 into master Oct 18, 2015
@fetzerch fetzerch deleted the pr4 branch May 24, 2017 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant