296 Commits (c007debe3a4e3416bf0db4e27d0fed64a74dc23f)

Author SHA1 Message Date
Jonathan Frederic 7c6c0b22b8 Pythonize me captin'
12 years ago
Jonathan Frederic baa28a0b81 Final fixes?
12 years ago
Jonathan Frederic ae2b0800cf Partial fix of problems b/c keydown move
12 years ago
Jonathan Frederic 147f35d899 demsemicolons
12 years ago
Jonathan Frederic a8783c45cb Add comments
12 years ago
Jonathan Frederic 1b46a777fb Removed trigger keydown from keyboard.js,
12 years ago
Jonathan Frederic 1f4db77aec Cleaned up test names and locations.
12 years ago
Jonathan Frederic 0262b724fc Move validate notebook state into utils
12 years ago
Jonathan Frederic b9872db82b HUGE speed improvements to dual mode tests
12 years ago
Jonathan Frederic a7dcdddd54 Fixed problem with split tests,
12 years ago
Jonathan Frederic daf40e9ec5 Moved util functions into util.js
12 years ago
Jonathan Frederic c73bef017d Added split merge tests
12 years ago
Jonathan Frederic 23ca387dd7 cutcopyandpaste
12 years ago
Jonathan Frederic 6efa0a4dae Added get_cell_text
12 years ago
Jonathan Frederic ddc2161817 Added ctrl+(j&k), a, and b tests
12 years ago
Jonathan Frederic 26e3d14f81 Fixed state type for new markdown cell
12 years ago
Jonathan Frederic 1094299934 Added up/down and markdown tests
12 years ago
Jonathan Frederic 13908b60a4 Fixed typo in dd test
12 years ago
Jonathan Frederic e647e13162 Add dd tests
12 years ago
Jonathan Frederic 4f6884f985 Add test for cell type modifier keyboard shortcuts
12 years ago
Jonathan Frederic 55773dd95a Made *+enter tests more complicated.
12 years ago
Jonathan Frederic 9bd0ac19bf sep. fucntions to move to util.js
12 years ago
Jonathan Frederic 2b800d3360 Add '_only' to only cell methods
12 years ago
Jonathan Frederic 241b62a37a Move code into is_cell_editor_focused
12 years ago
Jonathan Frederic 86fef90a8c Make a few more methods public,
12 years ago
Jonathan Frederic c43044d514 s/_is_cell_on/is_cell_on
12 years ago
Jonathan Frederic 6a834223da s/_is_cell_editor_focused/is_cell_editor_focused
12 years ago
Jonathan Frederic 45bbcc949e s/key_press/trigger_keydown
12 years ago
Jonathan Frederic 0f5f3a27f5 Add dual mode JS tests
12 years ago
Paul Ivanov 4cf1717980 use - for shortcut separators
12 years ago
MinRK d4780c2cfc remove security.is_safe
12 years ago
MinRK 4d35660f3c sanitize CSS
12 years ago
MinRK d7b1e8b45b test style
12 years ago
MinRK a7dc526b2b testing for sanitize
12 years ago
MinRK 4b01948200 check trust of data-attributes in sanitization
12 years ago
MinRK 0da66543a0 move security js test
12 years ago
Brian E. Granger 07cdb1e195 Adding first round of security tests of is_safe.
12 years ago
Thomas Kluyver 9c5f9e3a35 Merge pull request #5265 from ellisonbg/timeout-error
12 years ago
Brian E. Granger b1c87debde Adding comment about this fix.
12 years ago
Brian E. Granger dd55efc45d Missing class def for TimeoutError.
12 years ago
Brian E. Granger af7dd15181 Removing old keyboard handling from IPython.utils.
12 years ago
Brian E. Granger 929f5bc8ea Fixing references to IPython.keycodes.
12 years ago
Brian E. Granger c76ab1d836 Adding basic tests for keyboard.js
12 years ago
MinRK e02308e436 capture logging in a few tests
12 years ago
MinRK 386274488d don't create notebook_dir if it doesn't exist
12 years ago
MinRK cb25736a24 reorganize who knows what about paths
12 years ago
Jonathan Frederic 82bbcf166d Fixed .. typo
12 years ago
Jonathan Frederic cecf7cf06f Fixed radio button selector for new radio button class
12 years ago
Thomas Kluyver d6986cf4ec Merge pull request #4778 from minrk/install-nbextensions
12 years ago
MinRK 1ed5b184fb test installing nbextensions with symlink
12 years ago
MinRK 8353e85e48 test check_nbextension
12 years ago
Jonathan Frederic 3d408f5241 Added a test to make sure full state was not getting sent.
12 years ago
Jonathan Frederic fbf700e5d2 Fixed typo in new test
12 years ago
Jonathan Frederic a173e684c6 Added test that shows the problem.
12 years ago
Brian E. Granger 38c369c0d8 Updating JS tests README.md.
12 years ago
Brian E. Granger 89c1aa2010 Merge pull request #5062 from minrk/js-test-races
12 years ago
MinRK e14172d851 adjust some events in nb_roundtrip
12 years ago
MinRK 7cb4321bfe test unicode path in dashboard_nav
12 years ago
MinRK f3664e1beb support URLs and zip/tarballs in install_extension
12 years ago
MinRK 704b349302 add IPython.html.nbextensions.install_nbextension
12 years ago
Jonathan Frederic 94a7a7fd3a Whoops, put kernel.js in the wrong folder
12 years ago
Jonathan Frederic 23f2bdf734 Made the folders map 1-to-1 with those in static
12 years ago
Jonathan Frederic 2da92d4d13 Moved files out of casperjs folder
12 years ago
Jonathan Frederic a07d24adb9 Move tests out into parent directories
12 years ago
Jonathan Frederic 063656343b Moved notebook tests around.
12 years ago
Min RK cd7c1e6fae Merge pull request #5001 from ellisonbg/dashboard-dirs
12 years ago
Brian E. Granger eb9e0be218 Small refactoring of is_hidden to take root as default kwarg.
12 years ago
Brian E. Granger 009367666a Fixing test_files tests.
12 years ago
Brian E. Granger 243392d810 Creating and testing IPython.html.utils.is_hidden.
12 years ago
Brian E. Granger e765f894b6 Merge pull request #5023 from jdfreder/widget-arrays
12 years ago
Jonathan Frederic 4b9cb92247 Added support for RuntimeArray
12 years ago
Jonathan Frederic 74b2f5c542 Added debug log to see what is happening...
12 years ago
Jonathan Frederic 836742dc59 Added test for pack and unpack Model functions
12 years ago
Brian E. Granger 6ac7f6c2b4 Fixing casperjs tests to run on casperjs 1.0.x.
12 years ago
Brian E. Granger 717f031e01 Adding dashboard navigation tests for dir browsing.
12 years ago
Brian E. Granger 350705075b Merge pull request #5012 from minrk/selection-dict
12 years ago
MinRK cc791f2a56 update selection test with null selection being invalid
12 years ago
Min RK 978a5c1bc2 Merge pull request #4952 from jdfreder/widget-tests
12 years ago
Matthias BUSSONNIER bb27cd0de5 more subtle kernel indicator
12 years ago
MinRK 3e1f2e22f8 Make `SelectionWidget.values` a dict
12 years ago
Jonathan Frederic b9e48b3d6c Use wait_for_widget in widgets and string widget tests
12 years ago
Min RK 003c5e8eda Merge pull request #4971 from ellisonbg/testjs-fd
12 years ago
Jonathan Frederic a2044fd463 Remove sleep from the following,
12 years ago
Brian E. Granger aa71651468 Fixing issues with js tests.
12 years ago
Jonathan Frederic d68112885b Use waitFor instead of sleeping.
12 years ago
Brian E. Granger 8445ab1899 Fixing tests from shift and ctrl enter swap.
12 years ago
MinRK 5142cc775d remove superfluous then
12 years ago
MinRK a6ece94e32 add utils.wait_for_idle in js tests
12 years ago
Brian E. Granger 7c722d4b6c Merge pull request #4824 from minrk/sign-notebooks
12 years ago
MinRK ecfa10b3b3 update shutdown_notebook
12 years ago
MinRK 5e60741e5c adjustments to nb_roundtrip.js
12 years ago
MinRK d07e03b7c9 add wait_for_output(cell, index)
12 years ago
Brian E. Granger ffe92842fc Merge pull request #4853 from minrk/imgmd
12 years ago
MinRK 3c2ff965ef get_output_cell fails with no such output
12 years ago
Brian E. Granger bc7b51d1b0 Merge pull request #4374 from jdfreder/widget-msg
12 years ago
Jonathan Frederic 8312534cac Fixed Accordion test broken by last commit
12 years ago
Jonathan Frederic 75b148d40b Renamed widgets...
12 years ago
MinRK 63eb905a02 try assertType instead of NotEquals, null
12 years ago
MinRK 119052f75d first review pass on widget tests
12 years ago
Min RK 64421304c0 Merge pull request #4826 from Carreau/no-html
12 years ago