2012-10-30 |
Timo Tijhof | Lint: Tighten .jshintrc options and enforce them. |
blob | commitdiff |
2012-10-29 |
Timo Tijhof | Remove global variable "assert". Fixes #341. |
blob | commitdiff | diff to current |
2012-10-01 |
Jörn Zaefferer | Undo delete-globals-lint-fix, fails in IE6-8 (tests... |
blob | commitdiff | diff to current |
2012-09-30 |
Timo Tijhof | Lint tests |
blob | commitdiff | diff to current |
2012-08-17 |
Antranig Basman | Make QUnit.expect() (without arguments) a getter. Fixes... |
blob | commitdiff | diff to current |
2012-07-18 |
Jörn Zaefferer | Merge remote branch 'Krinkle/issue/283' |
blob | commitdiff | diff to current |
2012-07-18 |
Timo Tijhof | Keep a local reference to Date. Fixes #283. |
blob | commitdiff | diff to current |
2012-06-29 |
Jörn Zaefferer | Merge remote branch 'Krinkle/issue/267' |
blob | commitdiff | diff to current |
2012-06-26 |
Timo Tijhof | Rename assert.raises to assert.throws. Fixes #267 |
blob | commitdiff | diff to current |
2012-06-08 |
Richard Gibson | raises: ignore global exceptions stemming from test... |
blob | commitdiff | diff to current |
2012-05-09 |
Timo Tijhof | Refactor assertion helpers into QUnit.assert (backwards... |
blob | commitdiff | diff to current |
2012-04-21 |
Jörn Zaefferer | Cleanup reset() test and usage - run testDone callback... |
blob | commitdiff | diff to current |
2012-03-27 |
Rick Waldron waldr... | Modify "Running..." to display test name. Fixes #220 |
blob | commitdiff | diff to current |
2012-03-22 |
Jörn Zaefferer | Merge pull request #219 from Krinkle/patch-1 |
blob | commitdiff | diff to current |
2012-03-22 |
Timo Tijhof | test/test.js: typo |
blob | commitdiff | diff to current |
2012-03-21 |
Keith Cirkel | Fixes #217 by calling "block" with config.current.testE... |
blob | commitdiff | diff to current |
2012-03-05 |
Jörn Zaefferer | Apply notrycatch option to setup and teardown as well... |
blob | commitdiff | diff to current |
2012-03-05 |
Jörn Zaefferer | Make test fail if no assertions run. Fixes #178 |
blob | commitdiff | diff to current |
2012-03-05 |
Gijs Kruitbosch | Sort object output alphabetically in order to improve... |
blob | commitdiff | diff to current |
2012-02-29 |
Jörn Zaefferer | Revert "Change fixture reset behavior", changing #194... |
blob | commitdiff | diff to current |
2012-02-15 |
Jörn Zaefferer | Catch assertions running outside of test() context... |
blob | commitdiff | diff to current |
2012-02-15 |
Jörn Zaefferer | Remove the testEnviromentArg to test(). Most obscure... |
blob | commitdiff | diff to current |
2012-02-15 |
Jörn Zaefferer | Fixture test: allow anything falsy in test as getAttrib... |
blob | commitdiff | diff to current |
2012-02-14 |
Jörn Zaefferer | Merge remote branch 'conzett/master' |
blob | commitdiff | diff to current |
2012-02-14 |
Jörn Zaefferer | Cleanup whitespace |
blob | commitdiff | diff to current |
2012-02-01 |
Graham Conzett | Change fixture reset behavior |
blob | commitdiff | diff to current |
2011-11-06 |
Mike Sherov | remove uses of equals(), as it's deprecated in favor... |
blob | commitdiff | diff to current |
2011-10-12 |
Jörn Zaefferer | Remove the 'let teardown clean up globals test' - IE... |
blob | commitdiff | diff to current |
2011-10-12 |
Jörn Zaefferer | Fix globals in test.js, part 2 |
blob | commitdiff | diff to current |
2011-10-12 |
Jörn Zaefferer | Fix globals in test.js. ?tell wwalser to use ?noglobals... |
blob | commitdiff | diff to current |
2011-10-11 |
Jörn Zaefferer | Whitespace cleanup |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | Merge remote branch 'trevorparscal/master' |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | Merge remote branch 'trevorparscal/master' |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | Merge remote branch 'wwalser/recursionBug' |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | Whitespace cleanup |
blob | commitdiff | diff to current |
2011-09-29 |
Wesley Walser | Fixes a bug where after an async test, assertions could... |
blob | commitdiff | diff to current |
2011-09-18 |
Wesley Walser | added parameter to start and stop allowing a user to... |
blob | commitdiff | diff to current |
2011-09-16 |
Jörn Zaefferer | Merge remote branch 'righi/close-enough-addon' |
blob | commitdiff | diff to current |
2011-08-11 |
Jörn Zaefferer | Merge remote branch 'tweetdeck/master' |
blob | commitdiff | diff to current |
2011-08-08 |
Marc Portier | Fix recursion support in jsDump, along with tests.... |
blob | commitdiff | diff to current |
2011-08-05 |
Jörn Zaefferer | Merge remote branch 'erikvold/one-chk-in-title' |
blob | commitdiff | diff to current |
2011-08-05 |
Jörn Zaefferer | Merge remote branch 'wwalser/syncStopCalls' |
blob | commitdiff | diff to current |
2011-08-05 |
Jörn Zaefferer | Remove config.hidepassed setting in test.js, wasn't... |
blob | commitdiff | diff to current |
2011-08-04 |
Jörn Zaefferer | Expose QUnit.config.hidepassed setting. Overrides sessi... |
blob | commitdiff | diff to current |
2011-06-30 |
Wesley Walser | Fixes a bug where synchronous calls to stop would cause... |
blob | commitdiff | diff to current |
2011-05-16 |
Jörn Zaefferer | Cleanup whitespace |
blob | commitdiff | diff to current |
2011-05-16 |
Jörn Zaefferer | Run module.teardown before checking for pollution.... |
blob | commitdiff | diff to current |
2011-01-04 |
jzaefferer | Formatting fix. |
blob | commitdiff | diff to current |
2011-01-04 |
jzaefferer | Use a semaphore to synchronize stop() and start() calls... |
blob | commitdiff | diff to current |
2010-12-27 |
jzaefferer | Merge branch 'master' of https://github.com/paulirish... |
blob | commitdiff | diff to current |
2010-12-27 |
jzaefferer | Added two tests for previous QUnit.raises behaviour... |
blob | commitdiff | diff to current |
2010-12-21 |
Oleg Slobodskoi... | add optional 2. arg to QUnit.raises #69. |
blob | commitdiff | diff to current |
2010-12-04 |
jzaefferer | Move expected-tests property from config to Test |
blob | commitdiff | diff to current |
2010-11-27 |
jzaefferer | Merge branch 'prettydiff' |
blob | commitdiff | diff to current |
2010-11-27 |
Nikita Vasilyev | Improve jsDump output with formatted diffs. |
blob | commitdiff | diff to current |
2010-11-27 |
jzaefferer | Cleanup whitespace |
blob | commitdiff | diff to current |
2010-11-27 |
Benjamin Lee | Added guards around tests which are only for browsers |
blob | commitdiff | diff to current |
2010-11-04 |
jzaefferer | Adding headless.html to manually test logging and verif... |
blob | commitdiff | diff to current |
2010-11-03 |
jzaefferer | Don't let QUnit.reset() cause assertions to run. Manual... |
blob | commitdiff | diff to current |
2010-11-03 |
jzaefferer | Expose push as QUnit.push to build custom assertions... |
blob | commitdiff | diff to current |
2010-11-03 |
jzaefferer | Cleanup tests, removing asyncTest-undefined check and... |
blob | commitdiff | diff to current |
2010-11-01 |
jzaefferer | Reset: Fall back to innerHTML when jQuery isn't availab... |
blob | commitdiff | diff to current |
2010-09-23 |
jeresig | Merge branch 'master' of github.com:jquery/qunit |
blob | commitdiff | diff to current |
2010-08-29 |
jzaefferer | Removing diff test - diffing works fine, as the browser... |
blob | commitdiff | diff to current |
2010-07-29 |
jzaefferer | Removed html escaping from QUnit.diff, as input is... |
blob | commitdiff | diff to current |
2010-07-28 |
jzaefferer | Making the reset-method non-global (only module, test... |
blob | commitdiff | diff to current |
2010-07-28 |
jzaefferer | Introducing #qunit-fixture element, deprecating the... |
blob | commitdiff | diff to current |
2010-07-26 |
jzaefferer | Added raises assertion, reusing some of kennsnyder... |
blob | commitdiff | diff to current |
2010-07-26 |
jzaefferer | Improved output when expected != actual: Output both... |
blob | commitdiff | diff to current |
2010-07-16 |
jzaefferer | Fixing whitespace |
blob | commitdiff | diff to current |
2010-07-16 |
Will Moffat | Update tests to use equal() and deepEqual() rather... |
blob | commitdiff | diff to current |
2010-07-16 |
Will Moffat | Skip DOM part of jsDump test if using a SSJS environmen... |
blob | commitdiff | diff to current |
2010-07-15 |
jzaefferer | Merge branch 'asyncsetup' |
blob | commitdiff | diff to current |
2010-07-15 |
Fábio Rehm | Allowing async setup and teardown. Fixes github.com... |
blob | commitdiff | diff to current |
2010-03-27 |
jzaefferer | Added test for jsDump and modified its options to prope... |
blob | commitdiff | diff to current |
2009-11-15 |
Will Moffat | Each test can extend the module testEnvironment |
blob | commitdiff | diff to current |
2009-11-15 |
Will Moffat | Extra test for current test environment |
blob | commitdiff | diff to current |
2009-11-15 |
Will Moffat | Make the current testEnvironment available to utility... |
blob | commitdiff | diff to current |
2009-10-12 |
Will Moffat | async tests aren't possible on rhino |
blob | commitdiff | diff to current |
2009-10-03 |
Will Moffat | Merged lifecycle object into testEnvironment |
blob | commitdiff | diff to current |
2009-10-02 |
Jan Kassens | fixing jslint errors in test.js |
blob | commitdiff | diff to current |
2009-10-02 |
John Resig | Added a new asyncTest method - removes the need for... |
blob | commitdiff | diff to current |
2009-10-02 |
John Resig | Added support for expected numbers in the test method. |
blob | commitdiff | diff to current |
2009-10-02 |
John Resig | Simplified the logic for calling 'done' and pushing... |
blob | commitdiff | diff to current |
2009-09-29 |
John Resig | Moved the QUnit test directory into the QUnit directory. |
blob | commitdiff | diff to current |
|