This website works better with JavaScript.
Explore
Help
Sign In
aselimov
/
pubs
Watch
1
Star
0
Fork
You've already forked pubs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30f5f86c9d
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '30f5f86c9d'
${ noResults }
pubs
/
tests
/
requirements.txt
6 lines
89 B
Raw
Normal View
History
Unescape
Escape
Cache implemented The implementation is designed to be robust to filesystems having integers or nanosecond stat time. Added a requirements.txt file for the tests: `pip install -r tests/requirements.txt` to install the necessary packages to run the tests. Fix #13, Fix #14
9 years ago
# those are the additional packages required to run the tests
six
pyfakefs 3.3
7 years ago
pyfakefs==3.3
Cache implemented The implementation is designed to be robust to filesystems having integers or nanosecond stat time. Added a requirements.txt file for the tests: `pip install -r tests/requirements.txt` to install the necessary packages to run the tests. Fix #13, Fix #14
9 years ago
ddt
Use mock to test url command
7 years ago
mock