-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add assert_freed method Asserts object has been freed from memory. We pass in a title (since if it is freed, we lost all identity data) * Add assert_not_freed (inc tests) Adds assert_not_freed to compliement assert_freed which can check if an obj has or has not been deleted for memory. Unlikely to work with reference-counted items. * fixed indent issues and some doubling issues * Fix 130 (#131) * fixing script parse error: Spaces used for indentation in tab-indented file * Use stacktrace to determine line number for failing test case * create failing test for doubling static methdos * created simple one-to-many datastructure in prep for ignoring methods when doubling * ignoring methods implemented in doubler * added ignore_method_when_doubling to test.gd * changes * refactor detecting scenes and scripts in test.gd * comments and move DoubleInfo * doubler can double native classes * stubber supports native classes. switched doubler to always use FULL strat for native * test spying on native doubles * smart double now supports native classes * print version info in help * fix issue 136 * Issue 139 (#140) * implements issue 139 * summary documentation * abort and exit code pre/post script features Co-authored-by: CodeDarigan <code@darigan.ie> Co-authored-by: Mike Schulze <55910239+mschulzeLpz@users.noreply.github.com>
- Loading branch information
1 parent
acde6f3
commit cfe68b3
Showing
32 changed files
with
830 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.