This website requires JavaScript.
Explore
Help
Register
Sign In
trungt2
/
test-ci
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
test-ci
/
test_main.py
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
4 lines
77 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Initial Rust project
2026-07-30 08:39:38 +07:00
# test_main.py
from
main
import
add
def
test_add
():
assert
add
(
2
,
3
)
==
5
Reference in New Issue
Copy Permalink