Logo
Explore Help
Register Sign In
vim/YouCompleteMe
1
0
Fork 0
You've already forked YouCompleteMe
Code Issues Pull Requests Releases Wiki Activity
YouCompleteMe/python/test_requirements.txt

7 lines
70 B
Plaintext
Raw Normal View History

Tests for helper functions in flags.py
2013-05-19 14:20:13 -07: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 13:40:25 -07:00
PyHamcrest>=1.7.2
Adding WebTest to pip test dependencies
2013-10-01 10:41:02 -07: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 13:40:25 -07:00
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 23ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API