This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
pydu
mirror of
https://github.com/flaggo/pydu.git
Watch
1
Star
1
Fork
You've already forked pydu
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4ca620a0a1
pydu
/
tests
/
test_list.py
6 lines
101 B
Python
Raw
Blame
History
from
pydu
.
list
import
uniq
def
test_uniq
(
)
:
assert
uniq
(
[
1
,
4
,
0
,
2
,
0
,
3
]
)
==
[
1
,
4
,
0
,
2
,
3
]
Reference in New Issue
View Git Blame
Copy Permalink