This website requires JavaScript.
Explore
Help
Sign In
p09136285
/
supervised_layout_benchmark
forked from
idrl/supervised_layout_benchmark
Watch
1
Star
0
Fork
You've already forked supervised_layout_benchmark
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
supervised_layout_benchmark
/
tests
/
test_run.py
7 lines
100 B
Python
Raw
Permalink
Blame
History
# content of test_sample.py
def
inc
(
x
)
:
return
x
+
1
def
test_answer
(
)
:
assert
inc
(
3
)
==
4
Reference in New Issue
View Git Blame
Copy Permalink