##// END OF EJS Templates
dependencies: bumped test dependencies...
dependencies: bumped test dependencies pytest==3.6.0 py==1.5.3 pytest-sugar==0.9.1

File last commit:

r0:0fb8cb8f default
r449:df5d16d4 default
Show More
__init__.py
8 lines | 309 B | text/x-python | PythonLexer
initial commit
r0 """
Provides a stub implementation for VCS operations.
Intended usage is to help in performance measurements. The basic idea is to
implement an `EchoApp` which sends back what it gets. Based on a configuration
parameter this app can be activated, so that it replaced the endpoints for Git
and Mercurial.
"""