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
675dad3557df83883ef2d0a5ee5fd6d4ee8c9ed8
test-ci
/
test_main.py
T
4 lines
77 B
Python
Raw
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