tests: add unittest.main() call
This commit is contained in:
@@ -132,3 +132,7 @@ class TestRNNoiseResampling(unittest.IsolatedAsyncioTestCase):
|
||||
)
|
||||
|
||||
print("Test Passed: Resampling logic verified (with mocked RNNoise).")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user