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

Conversation

reid
Copy link
Contributor

@reid reid commented Mar 1, 2014

Fix #78 and contribute a test.

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.
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.
andrewnicols pushed a commit to andrewnicols/yeti that referenced this pull request May 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Yeti junit output for qunit tests doesn't contain testcase elements.
1 participant