From f08ae966efc3bcd1d357ef7d3d5e905933d2796c Mon Sep 17 00:00:00 2001 From: Shimmer756 <756405590@qq.com> Date: Fri, 25 Oct 2024 15:59:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E8=AF=95=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_main.py b/test_main.py index 2524e4c..5d77c40 100644 --- a/test_main.py +++ b/test_main.py @@ -1,3 +1,6 @@ import numpy as np import pandas as pd +import pytest + + print("Hello world")