This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-crank
Code
Issues
Proposed changes
master
deb-python-crank
/
crank
History
Alessandro Molina
b740455572
Test for functions decorated with __wrapped__
2017-03-17 23:56:16 +01:00
..
__init__.py
initial framework for crank, no tests yet
2010-03-12 14:55:06 -05:00
dispatcher.py
Migrated to using
Path
objects internally, removed an unused feature that was causing tests to fail, minor code cleanup (adding blank lines for readability), and renamed
state.url_path
to
state.path
globally. (As opposed to the previous commit which did not do what it said.)
2010-03-13 16:29:06 -05:00
dispatchstate.py
Avoid reporting missing coverage for deprecated or py3 paths
2016-02-11 15:35:09 +01:00
objectdispatcher.py
Replace use of .add_method with .set_action
2016-02-10 00:03:19 +01:00
restdispatcher.py
Replace use of .add_method with .set_action
2016-02-10 00:03:19 +01:00
util.py
Test for functions decorated with __wrapped__
2017-03-17 23:56:16 +01:00