Skip to content

Commit

Permalink
再试试+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimmer756 committed Oct 25, 2024
1 parent f08ae96 commit a757787
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
import pandas as pd
import pytest

def test_hello:
print("Hello world")

print("Hello world")
if __name__ == "__main__":
test_hello

0 comments on commit a757787

Please sign in to comment.