My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Jul 04, 2009
    Features (Project's targeted features.) Wiki page edited by pmatiello
  • Jul 04, 2009
    Features (Project's features.) Wiki page edited by pmatiello
  • Jul 04, 2009
    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.
  • Jul 04, 2009
    r92 (Improving stub documentation.) committed by pmatiello   -   Improving stub documentation.
    Improving stub documentation.
  • Jul 04, 2009
    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.
  • Jun 14, 2009
    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.
  • Jun 07, 2009
    r89 (Improving some phrasings.) committed by pmatiello   -   Improving some phrasings.
    Improving some phrasings.
  • Jun 07, 2009
    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.
  • May 28, 2009
    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.
  • May 17, 2009
    r86 (Renamed equal matcher to equal_to) committed by pmatiello   -   Renamed equal matcher to equal_to
    Renamed equal matcher to equal_to
  • May 16, 2009
    r85 (Fixed warnings in documentation generation.) committed by pmatiello   -   Fixed warnings in documentation generation.
    Fixed warnings in documentation generation.
  • May 16, 2009
    Features (Project's features.) Wiki page edited by pmatiello
  • May 16, 2009
    r83 (Added the contains matcher.) committed by pmatiello   -   Added the contains matcher.
    Added the contains matcher.
  • May 16, 2009
    Features (Project's features.) Wiki page edited by pmatiello
  • May 16, 2009
    Features (Project's features.) Wiki page edited by pmatiello
  • May 16, 2009
    r80 (Added the assert_that helper function.) committed by pmatiello   -   Added the assert_that helper function.
    Added the assert_that helper function.
  • May 16, 2009
    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.
  • May 13, 2009
    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.
  • May 10, 2009
    r77 (Minor docstring changes.) committed by pmatiello   -   Minor docstring changes.
    Minor docstring changes.
  • May 08, 2009
    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.
  • May 08, 2009
    Features (Project's features.) Wiki page edited by pmatiello
  • May 08, 2009
    Features (Project's features.) Wiki page edited by pmatiello
  • May 08, 2009
    r73 (Added the none matcher.) committed by pmatiello   -   Added the none matcher.
    Added the none matcher.
  • May 08, 2009
    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.
  • Apr 28, 2009
    Features (Project's features.) Wiki page edited by pmatiello
  • Apr 28, 2009
    Features (Project's features.) Wiki page edited by pmatiello
  • Apr 27, 2009
    Features (Project's features.) Wiki page edited by pmatiello
  • Apr 27, 2009
    Features (Project's features.) Wiki page edited by pmatiello
  • Apr 27, 2009
    Features (Project's features.) Wiki page edited by pmatiello
  • Apr 27, 2009
    Features (Project's features.) Wiki page edited by pmatiello
  • Apr 27, 2009
    Roadmap Wiki page deleted by pmatiello
  • Apr 27, 2009
    Features (Project's features.) Wiki page edited by pmatiello
  • Apr 27, 2009
    Features (Project's features.) Wiki page added by pmatiello
  • Apr 27, 2009
    Roadmap (Project roadmap.) Wiki page edited by pmatiello
  • Apr 27, 2009
    Roadmap (Project roadmap.) Wiki page edited by pmatiello
  • Apr 27, 2009
    Roadmap (Project roadmap.) Wiki page edited by pmatiello
  • Apr 27, 2009
    Roadmap (Project roadmap.) Wiki page edited by pmatiello
  • Apr 27, 2009
    r58 (Minor style changes guided by pylint.) committed by pmatiello   -   Minor style changes guided by pylint.
    Minor style changes guided by pylint.
  • Apr 27, 2009
    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 (=,>,<)
  • Apr 27, 2009
    r56 (Reverting last commit.) committed by pmatiello   -   Reverting last commit.
    Reverting last commit.
  • Apr 27, 2009
    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.
  • Apr 23, 2009
    r54 (New stylesheet for docs.) committed by pmatiello   -   New stylesheet for docs.
    New stylesheet for docs.
  • Apr 22, 2009
    r53 (Improved docstrings for the loader module.) committed by pmatiello   -   Improved docstrings for the loader module.
    Improved docstrings for the loader module.
  • Apr 22, 2009
    r52 (renamed src/bin to src/apps) committed by pmatiello   -   renamed src/bin to src/apps
    renamed src/bin to src/apps
  • Apr 22, 2009
    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.
  • Apr 21, 2009
    r50 (More docstrings improved.) committed by pmatiello   -   More docstrings improved.
    More docstrings improved.
  • Apr 21, 2009
    r49 (Updated docstrings.) committed by pmatiello   -   Updated docstrings.
    Updated docstrings.
  • Apr 21, 2009
    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.
  • Apr 21, 2009
    Roadmap (Project roadmap.) Wiki page edited by pmatiello
  • Apr 21, 2009
    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).
 
Hosted by Google Code