Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upate to make re-running tests more efficient, #21

Closed
wants to merge 2 commits into from

Commits on Feb 8, 2012

  1. Cleaning up on test page reloads.

    Track which source page each intercepted function call came from
    so that when that source page is reloaded, due to a change, the
    previously intercepted functions for that page can be released.
    
    Then newly intercepted function calls will not look like duplicate
    test cases.
    Steven Velez committed Feb 8, 2012
    Copy the full SHA
    d00fe6a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2012

  1. Improve intercept clean up.

    Change how the intercepts for a page are tracked.  Hopefully, this
    resetting of an array will be more efficient than the splicing that
    was happening earlier.
    Steven Velez committed Feb 11, 2012
    Copy the full SHA
    956ace2 View commit details
    Browse the repository at this point in the history