From 2fb4f15304d6830099515708284bbf87782470cf Mon Sep 17 00:00:00 2001 From: ste1hi <49638961+ste1hi@users.noreply.github.com> Date: Sat, 15 Jun 2024 17:07:12 +0800 Subject: [PATCH] Change the output checking method in test_func.py. (#18) * Change the output checking method in test_func.py. Use redirect_stdout method in test_func.py. Change the `venv/` into `venv*/` in .gitignore. * Delete a package that is not used in test_func.py --- tests/test_func.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_func.py b/tests/test_func.py index 95af5d8..37c0a0a 100644 --- a/tests/test_func.py +++ b/tests/test_func.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- from contextlib import redirect_stdout import io +import unittest import os import shutil import unittest