Skip to content

Commit

Permalink
py.test needs to run at least 1 test in order to succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewryanscott committed Oct 4, 2016
1 parent 4f4004a commit ef769c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_init_deinit.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import sunvox


def test_init_deinit():
flags = (
sunvox.SV_INIT_FLAG.ONE_THREAD |
sunvox.SV_INIT_FLAG.USER_AUDIO_CALLBACK
)
sunvox.init(None, 44100, 2, flags)
sunvox.deinit()

0 comments on commit ef769c2

Please sign in to comment.