From a9c44263c51c0fe198ecdee722c4765d0bfd6aaf Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Wed, 28 Jun 2023 04:46:11 +0430 Subject: [PATCH] fix : nava functions test updated --- pytest.ini | 2 +- test/function_test.py | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 1bd57ca..37ad138 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 \ No newline at end of file diff --git a/test/function_test.py b/test/function_test.py index 1d3700a..ce58a04 100644 --- a/test/function_test.py +++ b/test/function_test.py @@ -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() + +A Python library for playing sound everywhere natively and securely. + + +Repo : https://github.com/openscilab/nava +Webpage : https://openscilab.com/ """