This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
python-dependency-injector
mirror of
https://github.com/ets-labs/python-dependency-injector.git
Watch
1
Star
1
Fork
You've already forked python-dependency-injector
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
16799e414b
python-dependency-injector
/
tests
/
test_sample.py
7 lines
75 B
Python
Raw
Blame
History
def
func
(
x
)
:
return
x
+
1
def
test_answer
(
)
:
assert
func
(
3
)
==
5
Reference in New Issue
View Git Blame
Copy Permalink