summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* finalise changelog for 1.21-1 uploaddebian/1.21-1archive/debian/1.21-1Sean Whitton2020-03-14
* Commit Debian 3.0 (quilt) metadataSean Whitton2020-03-14
* changelogSean Whitton2020-03-14
* Merge tag 'v1.21'Sean Whitton2020-03-14
|\
| * Bump version: 1.20 → 1.21Ola Nilsson2020-03-08
| * test: Mark some local function arguments as unusedOla Nilsson2020-02-29
| * test: Move with-local-buttercup to top of fileOla Nilsson2020-02-29
| * Set state pending for skipped specs for correct initial countOla Nilsson2020-02-29
| * Extract buttercup--mark-skipped from buttercup-run-discoverOla Nilsson2020-02-29
| * Add test for buttercup-suites-total-specs-pendingOla Nilsson2020-02-29
| * Print test run duration in an apropriate unitOla Nilsson2020-02-28
| * Calculate total test run time with current-timeOla Nilsson2020-02-28
| * Correct all docstrings to pass checkdocOla Nilsson2020-02-28
| * Only update spec state if it is worse or equalOla Nilsson2020-02-25
| * Add tests to ensure pending spec state is not overwrittenOla Nilsson2020-02-24
| * Make buttercup-x?it and buttercup-suite-add-child return specOla Nilsson2020-02-24
| * Make buttercup-describe return the created suite objectOla Nilsson2020-02-24
| * Revert "Make it possible to abort test run cleanly"Ola Nilsson2020-02-20
| * Revert "Add an option to immediately abort Buttercup run if a test fails"Ola Nilsson2020-02-20
| * Add an option to immediately abort Buttercup run if a test failsPaul Pogonyshev2020-02-13
| * Make it possible to abort test run cleanlyPaul Pogonyshev2020-02-13
* | finalise changelog for 1.20-1 uploaddebian/1.20-1archive/debian/1.20-1Sean Whitton2020-02-29
* | Commit Debian 3.0 (quilt) metadataSean Whitton2020-02-29
* | changelogSean Whitton2020-02-29
* | Merge tag 'v1.20'Sean Whitton2020-02-29
|\|
| * Bump version: 1.19 → 1.20Ola Nilsson2020-02-11
| * Merge branch 'spy-scope-error'Ola Nilsson2020-01-25
| |\
| | * Raise an error if spy-on is used in the wrong contextOla Nilsson2020-01-22
| * | Update documentation for the --pattern option in running-tests.mdOla Nilsson2020-01-23
| |/
| * README: Add '-L .' to test runner exampleOla Nilsson2020-01-18
| * Revert "Change: (buttercup-define-matcher-for-binary-function) Add newlines"Ola Nilsson2020-01-11
| * Merge branch 'doc-improve'Ola Nilsson2020-01-10
| |\
| | * docs: Clarify the difference between :var and `let'Ola Nilsson2020-01-09
| | * Update some docstringsOla Nilsson2020-01-09
| | * test: Add missing apostrophe in spec titleOla Nilsson2020-01-09
| | * docs: Clarify the spy lifespan in writing-tests.mdOla Nilsson2020-01-09
| * | Change: (buttercup-define-matcher-for-binary-function) Add newlinesAdam Porter2020-01-08
| |/
| * Merge branch 'snogge/spy-context-tweaks'Ola Nilsson2020-01-06
| |\
| | * Optimize spy-calls-count-errors and spy-calls-count-returnedOla Nilsson2020-01-06
| | * Tweak the spy-contexts to be more backward compatibleOla Nilsson2020-01-06
| * | Merge pull request #146 from DarwinAwardWinner/spy-record-errorsOla Nilsson2020-01-06
| |\|
| | * Update writing-tests.md to describe new spy context structsRyan C. Thompson2019-12-30
| | * Implement spy-calls-count-returned and spy-calls-count-errorsRyan C. Thompson2019-12-30
| | * Properly handle return values and thrown signals in spiesRyan C. Thompson2019-12-30
| | * Fix a few typos and other small errorsRyan C. Thompson2019-12-30
| | * Add examples for checking return value and thrown signal of a spyRyan C. Thompson2019-12-30
| | * Add some tests for error-call recordingRyan C. Thompson2019-12-30
| | * Record calls to spied-on functions that throw errorsRyan C. Thompson2019-12-30
| | * Rename some innacurate references to "fake" functionsRyan C. Thompson2019-12-30
| | * Use spy-calls-count as appropriateRyan C. Thompson2019-12-30