Older
-
-
-
r93
(A default return value for stub calls.) committed by pmatiello
- A default return value for stub calls.
A default return value for stub calls.
-
r92
(Improving stub documentation.) committed by pmatiello
- Improving stub documentation.
Improving stub documentation.
-
r91
(Stubs refactored to pair arguments and replies.) committed by pmatiello
- Stubs refactored to pair arguments and replies.
Stubs refactored to pair arguments and replies.
-
r90
(Using exception.args instead of exception.message as the lat...) committed by pmatiello
- Using exception.args instead of exception.message as the later is deprecated in 2.6.
Using exception.args instead of exception.message as the later is deprecated in 2.6.
-
r89
(Improving some phrasings.) committed by pmatiello
- Improving some phrasings.
Improving some phrasings.
-
r88
(Removed of_type and added instance_of.) committed by pmatiello
- Removed of_type and added instance_of.
Removed of_type and added instance_of.
-
r87
(Now using imp.load_source() instead of __import__() to impor...) committed by pmatiello
- Now using imp.load_source() instead of __import__() to import modules on the fly.
Now using imp.load_source() instead of __import__() to import modules on the fly.
-
r86
(Renamed equal matcher to equal_to) committed by pmatiello
- Renamed equal matcher to equal_to
Renamed equal matcher to equal_to
-
r85
(Fixed warnings in documentation generation.) committed by pmatiello
- Fixed warnings in documentation generation.
Fixed warnings in documentation generation.
-
-
r83
(Added the contains matcher.) committed by pmatiello
- Added the contains matcher.
Added the contains matcher.
-
-
-
r80
(Added the assert_that helper function.) committed by pmatiello
- Added the assert_that helper function.
Added the assert_that helper function.
-
r79
(Spec files should now be named as something_spec.py and the ...) committed by pmatiello
- Spec files should now be named as something_spec.py and the spec class should be named as
something_spec.
Spec files should now be named as something_spec.py and the spec class should be named as
something_spec.
-
r78
(A set of docstring improvements: some examples and more info...) committed by pmatiello
- A set of docstring improvements: some examples and more information on exceptions.
A set of docstring improvements: some examples and more information on exceptions.
-
r77
(Minor docstring changes.) committed by pmatiello
- Minor docstring changes.
-
r76
(Fixing docstrings to properly generate the documentation.) committed by pmatiello
- Fixing docstrings to properly generate the documentation.
Fixing docstrings to properly generate the documentation.
-
-
-
r73
(Added the none matcher.) committed by pmatiello
- Added the none matcher.
-
r72
(Matchers:
+ Renamed grater to greater_than;
+ Renamed less...) committed by pmatiello
- Matchers:
+ Renamed grater to greater_than;
+ Renamed less to less_than;
+ Added same_as to match if objects are the same.
Matchers:
+ Renamed grater to greater_than;
+ Renamed less to less_than;
+ Added same_as to match if objects are the same.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
r58
(Minor style changes guided by pylint.) committed by pmatiello
- Minor style changes guided by pylint.
Minor style changes guided by pylint.
-
r57
(Initial matcher support.
Added three comparison-based matche...) committed by pmatiello
- Initial matcher support.
Added three comparison-based matchers (=,>,<)
Initial matcher support.
Added three comparison-based matchers (=,>,<)
-
r56
(Reverting last commit.) committed by pmatiello
- Reverting last commit.
-
r55
(Renamed with_args() to receiving() in mock object expectatio...) committed by pmatiello
- Renamed with_args() to receiving() in mock object expectations.
Renamed with_args() to receiving() in mock object expectations.
-
r54
(New stylesheet for docs.) committed by pmatiello
- New stylesheet for docs.
-
r53
(Improved docstrings for the loader module.) committed by pmatiello
- Improved docstrings for the loader module.
Improved docstrings for the loader module.
-
r52
(renamed src/bin to src/apps) committed by pmatiello
- renamed src/bin to src/apps
renamed src/bin to src/apps
-
r51
(Spec runner app refactored to use the loader class instead o...) committed by pmatiello
- Spec runner app refactored to use the loader class instead of its own functions.
Also, now accepting direct reference to a file.
Spec runner app refactored to use the loader class instead of its own functions.
Also, now accepting direct reference to a file.
-
r50
(More docstrings improved.) committed by pmatiello
- More docstrings improved.
More docstrings improved.
-
r49
(Updated docstrings.) committed by pmatiello
- Updated docstrings.
-
r48
(Renamed _methods to _expectations in mock class.) committed by pmatiello
- Renamed _methods to _expectations in mock class.
Renamed _methods to _expectations in mock class.
-
-
r46
(Spec Loading stuff now as functions on a module (not class+m...) committed by pmatiello
- Spec Loading stuff now as functions on a module (not class+methods anymore).
Spec Loading stuff now as functions on a module (not class+methods anymore).
|