2012-02-15 |
Niall Smart | In autorun mode, moduleDone is called without matching... |
tree | commitdiff |
2012-02-15 |
Jörn Zaefferer | Fixture test: allow anything falsy in test as getAttrib... |
tree | commitdiff |
2012-02-14 |
Jörn Zaefferer | Replace deprecated same and equals aliases with placeho... |
tree | commitdiff |
2012-02-14 |
Jörn Zaefferer | Merge remote branch 'conzett/master' |
tree | commitdiff |
2012-02-14 |
Jörn Zaefferer | Cleanup whitespace |
tree | commitdiff |
2012-02-01 |
Graham Conzett | Change fixture reset behavior |
tree | commitdiff |
2011-11-06 |
Mike Sherov | remove uses of equals(), as it's deprecated in favor... |
tree | commitdiff |
2011-11-05 |
Philippe Rathé | Code review of "Allow objects with no prototype to... |
tree | commitdiff |
2011-11-01 |
DomenicDenicola | Allow objects with no prototype to tested against objec... |
tree | commitdiff |
2011-10-12 |
Jörn Zaefferer | Remove the 'let teardown clean up globals test' - IE... |
tree | commitdiff |
2011-10-12 |
Jörn Zaefferer | Fix globals in test.js, part 2 |
tree | commitdiff |
2011-10-12 |
Jörn Zaefferer | Fix globals in test.js. ?tell wwalser to use ?noglobals... |
tree | commitdiff |
2011-10-11 |
Jörn Zaefferer | Whitespace cleanup |
tree | commitdiff |
2011-10-10 |
Jörn Zaefferer | Merge remote branch 'trevorparscal/master' |
tree | commitdiff |
2011-10-10 |
Jörn Zaefferer | Merge remote branch 'trevorparscal/master' |
tree | commitdiff |
2011-10-10 |
Jörn Zaefferer | Merge remote branch 'wwalser/recursionBug' |
tree | commitdiff |
2011-10-10 |
Jörn Zaefferer | Whitespace cleanup |
tree | commitdiff |
2011-10-10 |
Jörn Zaefferer | Merge remote branch 'mmchaney/master' |
tree | commitdiff |
2011-10-10 |
Jörn Zaefferer | Merge remote branch 'Krinkle/master' |
tree | commitdiff |
2011-09-30 |
Jörn Zaefferer | Make QUnit work with TestSwarm |
tree | commitdiff |
2011-09-29 |
Wesley Walser | Fixes a bug where after an async test, assertions could... |
tree | commitdiff |
2011-09-18 |
Wesley Walser | added parameter to start and stop allowing a user to... |
tree | commitdiff |
2011-09-16 |
Jörn Zaefferer | Merge remote branch 'righi/close-enough-addon' |
tree | commitdiff |
2011-09-16 |
Jörn Zaefferer | Merge remote branch 'wwalser/composite' |
tree | commitdiff |
2011-09-16 |
Oleg Slobodskoi... | Add module name to testStart and testDone callbacks |
tree | commitdiff |
2011-09-11 |
Jörn Zaefferer | Merge remote branch 'wwalser/multipleCallbacks' |
tree | commitdiff |
2011-08-22 |
Wesley Walser | Allow multiple callbacks to be registered. |
tree | commitdiff |
2011-08-11 |
Jörn Zaefferer | Merge remote branch 'tweetdeck/master' |
tree | commitdiff |
2011-08-08 |
Marc Portier | Fix recursion support in jsDump, along with tests.... |
tree | commitdiff |
2011-08-05 |
Jörn Zaefferer | Merge remote branch 'erikvold/one-chk-in-title' |
tree | commitdiff |
2011-08-05 |
Jörn Zaefferer | Merge remote branch 'wwalser/syncStopCalls' |
tree | commitdiff |
2011-08-05 |
Jörn Zaefferer | Remove config.hidepassed setting in test.js, wasn't... |
tree | commitdiff |
2011-08-04 |
Jörn Zaefferer | Expose QUnit.config.hidepassed setting. Overrides sessi... |
tree | commitdiff |
2011-06-30 |
Wesley Walser | Fixes a bug where synchronous calls to stop would cause... |
tree | commitdiff |
2011-05-16 |
Jörn Zaefferer | Cleanup whitespace |
tree | commitdiff |
2011-05-16 |
Jörn Zaefferer | Run module.teardown before checking for pollution.... |
tree | commitdiff |
2011-05-11 |
Jörn Zaefferer | Modify document.title when suite is done to show succes... |
tree | commitdiff |
2011-01-12 |
jzaefferer | Overhaul of QUnit.callbacks. Consistent single argument... |
tree | commitdiff |
2011-01-12 |
jzaefferer | Extended test/logs.html to capture more of the callbacks. |
tree | commitdiff |
2011-01-06 |
jzaefferer | Fixed moduleStart/Done callbacks. Added test/logs.html... |
tree | commitdiff |
2011-01-04 |
jzaefferer | Formatting fix. |
tree | commitdiff |
2011-01-04 |
jzaefferer | Use a semaphore to synchronize stop() and start() calls... |
tree | commitdiff |
2010-12-27 |
jzaefferer | Merge branch 'master' of https://github.com/paulirish... |
tree | commitdiff |
2010-12-27 |
jzaefferer | Added two tests for previous QUnit.raises behaviour... |
tree | commitdiff |
2010-12-21 |
Oleg Slobodskoi... | add optional 2. arg to QUnit.raises #69. |
tree | commitdiff |
2010-12-19 |
Paul Irish | fix references inside Complex Instances Nesting to... |
tree | commitdiff |
2010-12-04 |
jzaefferer | Move expected-tests property from config to Test |
tree | commitdiff |
2010-11-27 |
jzaefferer | Merge branch 'prettydiff' |
tree | commitdiff |
2010-11-27 |
Nikita Vasilyev | Improve jsDump output with formatted diffs. |
tree | commitdiff |
2010-11-27 |
jzaefferer | Cleanup whitespace |
tree | commitdiff |
2010-11-27 |
Benjamin Lee | Added guards around tests which are only for browsers |
tree | commitdiff |
2010-11-04 |
jzaefferer | Adding headless.html to manually test logging and verif... |
tree | commitdiff |
2010-11-03 |
jzaefferer | Don't let QUnit.reset() cause assertions to run. Manual... |
tree | commitdiff |
2010-11-03 |
jzaefferer | Expose push as QUnit.push to build custom assertions... |
tree | commitdiff |
2010-11-03 |
jzaefferer | Cleanup tests, removing asyncTest-undefined check and... |
tree | commitdiff |
2010-11-01 |
jzaefferer | Reset: Fall back to innerHTML when jQuery isn't availab... |
tree | commitdiff |
2010-09-23 |
jeresig | Merge branch 'master' of github.com:jquery/qunit |
tree | commitdiff |
2010-08-29 |
jzaefferer | Removing diff test - diffing works fine, as the browser... |
tree | commitdiff |
2010-07-29 |
jzaefferer | Removed html escaping from QUnit.diff, as input is... |
tree | commitdiff |
2010-07-28 |
jzaefferer | Making the reset-method non-global (only module, test... |
tree | commitdiff |
2010-07-28 |
jzaefferer | Introducing #qunit-fixture element, deprecating the... |
tree | commitdiff |
2010-07-26 |
jzaefferer | Cleaning up rubble from the previous commit. |
tree | commitdiff |
2010-07-26 |
jzaefferer | Added raises assertion, reusing some of kennsnyder... |
tree | commitdiff |
2010-07-26 |
jzaefferer | Improved output when expected != actual: Output both... |
tree | commitdiff |
2010-07-16 |
jzaefferer | Fixing whitespace |
tree | commitdiff |
2010-07-16 |
Will Moffat | Update tests to use equal() and deepEqual() rather... |
tree | commitdiff |
2010-07-16 |
Will Moffat | Skip DOM part of jsDump test if using a SSJS environmen... |
tree | commitdiff |
2010-07-15 |
jzaefferer | Merge branch 'asyncsetup' |
tree | commitdiff |
2010-07-15 |
Fábio Rehm | Allowing async setup and teardown. Fixes github.com... |
tree | commitdiff |
2010-03-27 |
jzaefferer | Added test for jsDump and modified its options to prope... |
tree | commitdiff |
2010-03-02 |
thatcher | added tests and patch for qunit.equiv to avoid circular... |
tree | commitdiff |
2009-11-15 |
Will Moffat | Each test can extend the module testEnvironment |
tree | commitdiff |
2009-11-15 |
Will Moffat | Extra test for current test environment |
tree | commitdiff |
2009-11-15 |
Will Moffat | Make the current testEnvironment available to utility... |
tree | commitdiff |
2009-10-12 |
Will Moffat | async tests aren't possible on rhino |
tree | commitdiff |
2009-10-03 |
Will Moffat | Merged lifecycle object into testEnvironment |
tree | commitdiff |
2009-10-02 |
Jan Kassens | fixing jslint errors in test.js |
tree | commitdiff |
2009-10-02 |
John Resig | Added a new asyncTest method - removes the need for... |
tree | commitdiff |
2009-10-02 |
John Resig | Added support for expected numbers in the test method. |
tree | commitdiff |
2009-10-02 |
John Resig | Simplified the logic for calling 'done' and pushing... |
tree | commitdiff |
2009-10-02 |
John Resig | Simplified the markup for the QUnit test test suite. |
tree | commitdiff |
2009-09-30 |
John Resig | Moved the QUnit source into a separate directory and... |
tree | commitdiff |
2009-09-29 |
John Resig | Retooled the QUnit CSS to be more generic. |
tree | commitdiff |
2009-09-29 |
John Resig | Renamed the QUnit files from testrunner/testsuite to... |
tree | commitdiff |
2009-09-29 |
John Resig | Moved the QUnit test directory into the QUnit directory. |
tree | commitdiff |
|