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

refactor: vastly simplify guinness2 by removing all context. #8

Merged
merged 1 commit into from
Feb 11, 2016

Commits on Feb 11, 2016

  1. refactor: vastly simplify guinness2 by removing all context.

    Almost everything that guinness does to keep track of suites
    and tests is now also handles by package test. So, instead
    of keeping tons of complex logic around, simply defer
    to package:test functions when possible.
    
    BREAKING CHANGE:
    
    `iit` and `ddescribe` NO LONGER modify which tests will run. Instead,
    they will mark those blocks with the tag "solo". To run only
    `iit` or `ddescribe` blocks, use the command line
    `pub run test --tags solo` (the same command you would use before,
    with the additional tags "solo").
    
    See #1
    juliemr committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    fcb4a64 View commit details
    Browse the repository at this point in the history