Skip to content

Commit

Permalink
fix : nava functions test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Jun 28, 2023
1 parent 92497de commit a9c4426
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# content of pytest.ini
[pytest]
addopts = --doctest-modules --ignore=Otherfiles
addopts = --doctest-modules --ignore=others
doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL
8 changes: 8 additions & 0 deletions test/function_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@
>>> import os
>>> from nava import play
>>> play(os.path.join("others", "test.wav"))
>>> from nava.functions import nava_help
>>> nava_help()
<BLANKLINE>
A Python library for playing sound everywhere natively and securely.
<BLANKLINE>
<BLANKLINE>
Repo : https://github.com/openscilab/nava
Webpage : https://openscilab.com/
"""

0 comments on commit a9c4426

Please sign in to comment.