Added assertions to most tests
This commit is contained in:
parent
8d629dda72
commit
8a4e623c9c
15 changed files with 86 additions and 266 deletions
|
@ -1,7 +1,5 @@
|
|||
import sys
|
||||
|
||||
main() {
|
||||
sys.exit(f(1) + f(2) + f(3))
|
||||
assert f(1) + f(2) + f(3) == 9
|
||||
}
|
||||
|
||||
f(x) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue