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

Fix moduleless QUnit output #79

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 1, 2014

  1. Configuration menu
    Copy the full SHA
    0b77d7f View commit details
    Browse the repository at this point in the history
  2. Do not autostart QUnit.

    reid committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    5485aed View commit details
    Browse the repository at this point in the history
  3. Fix yui#78, collect moduleless QUnit test results.

    The old implementation required moduleDone in order to collect
    test results. This change introduces changes that allow results
    to be sent even without modules by using testStart and testDone APIs.
    reid committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    2526758 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2014

  1. Add missing qunit-module.html

    reid committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    e92202f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008bc26 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. Start capturing stdout earlier in the test.

    Attempts to correct test race condition seen in
    https://travis-ci.org/yui/yeti/jobs/20017403
    reid committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    a97191a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2014

  1. Add --isolate to Vows command.

    Attempt to fix XML prolog test failure in Travis by
    running that functional test file by itself. Note that
    this only affects files, not individual tests.
    reid committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    9b274ba View commit details
    Browse the repository at this point in the history