This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
python-benedict
mirror of
https://github.com/fabiocaccamo/python-benedict.git
Watch
1
Star
1
Fork
You've already forked python-benedict
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8746d8a1ad
python-benedict
/
tests
/
__init__.py
5 lines
64 B
Python
Raw
Normal View
History
Unescape
Escape
Added possibility to run tests using only unittest.
2019-12-12 17:29:54 +00:00
import
unittest
Reformatted code with Black.
2022-02-13 10:35:43 +00:00
if
__name__
==
"
__main__
"
:
Added possibility to run tests using only unittest.
2019-12-12 17:29:54 +00:00
unittest
.
main
(
)