This website requires JavaScript.
Explore
Help
Register
Sign In
vim
/
YouCompleteMe
Watch
1
Star
0
Fork
0
You've already forked YouCompleteMe
Code
Issues
Pull Requests
Releases
Wiki
Activity
db45e243dd
YouCompleteMe
/
python
/
test_requirements.txt
7 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Tests for helper functions in flags.py
2013-05-19 17:20:13 -04:00
flake8>=2.0
mock>=1.0.1
nose>=1.3.0
No more threading in completers! The server is multi-threaded and will spawn a new thread for each new request. Thus, the completers need not manage their own threads or even provide async APIs; we _want_ them to block because now were implementing the request-response networking API. The client gets the async API through the network (i.e., it can do something else while the request is pending).
2013-09-30 16:40:25 -04:00
PyHamcrest>=1.7.2
Adding WebTest to pip test dependencies
2013-10-01 13:41:02 -04:00
WebTest>=2.0.9
No more threading in completers! The server is multi-threaded and will spawn a new thread for each new request. Thus, the completers need not manage their own threads or even provide async APIs; we _want_ them to block because now were implementing the request-response networking API. The client gets the async API through the network (i.e., it can do something else while the request is pending).
2013-09-30 16:40:25 -04:00
Reference in New Issue
Copy Permalink