344 Commits (c2d4561ba6b25ec4e0f1f9ec617c3338f4de1ef4)

Author SHA1 Message Date
Thomas Kluyver 08072107ae Start writing undelete test in Selenium
8 years ago
Thomas Kluyver b49ba398c6 Move fixture into conftests.py
8 years ago
Thomas Kluyver fc8bbb44ca Delete unused imports
8 years ago
Thomas Kluyver faa0cab302
Merge pull request #3458 from mpacer/selenium_utils
8 years ago
Thomas Kluyver 7266fd53b0 Remove unused variant of append for now
8 years ago
Thomas Kluyver a6f604a540 No need for copy
8 years ago
Thomas Kluyver c23ba2a87f Docstrings and naming clarity
8 years ago
M Pacer 515f8e22dc nicer error and use append directly do not iterate over cells
8 years ago
M Pacer 74af79c89d Improve docstrings & comments; Remove unused code; Relocate script
8 years ago
M Pacer 79603b496f add quick_notebook utility and give docstring reminder to quit browsers
8 years ago
M Pacer 3c4596bfdf Take into account lab as a potential endpoint for the driver
8 years ago
M Pacer d598ef517f switch fstring to format string
8 years ago
M Pacer c081af5690 add other markdown string conversion examples for test
8 years ago
M Pacer 7808a89fd3 make append actually append to the end of cell list
8 years ago
M Pacer 0999798949 use new utilities, enable more markdown cells to be added easily
8 years ago
M Pacer 33ca649b0b add get_rendered_contents helper function
8 years ago
M Pacer d9dd5d8f1c add run_all method
8 years ago
M Pacer 5e43458d7d add append, extend & coerce_to_cell methods
8 years ago
M Pacer 98c09f8fd0 use index method to get cell index in execute_cell
8 years ago
M Pacer 02e0ac38a4 fix add_cell logic, add content param, edit_cell default not render
8 years ago
M Pacer bf4868dfc4 remove wait_for_selector call inside self.cells property
8 years ago
M Pacer e9971a97aa simplify __getitem__ __setitem__ to handle only ints/slices and ints
8 years ago
M Pacer c16dac22ca use new rich container __*__ methods to make adding & executing nicer
8 years ago
M Pacer e183fc1627 enrich signature for execute_cell to accept both index and cell directly
8 years ago
Thomas Kluyver dc1eeab2f3
Merge pull request #3412 from mpacer/update_selenium_tests
8 years ago
M Pacer 3571f1604f introduce cell __iter__, & __setitem__/__getitem__ for cells & indices
8 years ago
M Pacer 5d19785e87 small changes to naming things
8 years ago
M Pacer ebef7bae4c create new_notebook classmethod creating/switching to new Notebook page
8 years ago
M Pacer a112ab6d2a add select_kernel function for clicking "new" & selecting a kernel
8 years ago
M Pacer d634f1d0a1 add new_window contextmanager for creating, switching, & waiting on new page
8 years ago
M Pacer 3615d4af7c enhance wait_for_selector to handle returning single elements
8 years ago
M Pacer 3092800a46 add wait_for_selector to the cells property and to_command_mode
8 years ago
M Pacer c220215aa8 use wait_for_selector from utils module in test_dashboard_nav
8 years ago
M Pacer e0ed2c475f make authenticated browser module scope fixture for permission reasons
8 years ago
M Pacer bf39dec1ef move sauce driver logic into isolated function, simplify selenium_driver
8 years ago
M Pacer 86ae162890 add first markdown test and a notebook fixture for new notebook
8 years ago
M Pacer e2243d6f60 add method that allows you to close the notebook without confirming
8 years ago
M Pacer 2b7f549498 Add add_cell and add_markdown_cell methods
8 years ago
M Pacer 4b6a0a7c44 Add CellTypeError and convert_cell_type and wait_for_stale_cell methods
8 years ago
M Pacer 3d3086e98a add edit_cell and execute_cell methods; remove focus_cell edit parameter
8 years ago
M Pacer c9a850492d add body property
8 years ago
M Pacer f9dd7c16e7 add basic cell functionality to Notebook class
8 years ago
M Pacer 0994db204a Introduce Notebook class and give usage example in quick_selenium
8 years ago
M Pacer 7c659f5963 add quick_selenium script for quickly starting up a selenium interactively
8 years ago
M Pacer 9d4cf94d28 add utils module and wait_for_selector
8 years ago
M Pacer e688774b86 add explicit url_in_tree function to test whether urls are in the tree
8 years ago
M Pacer f17e775a2c add jupyter_server_info to authenticated browser fixture
8 years ago
M Pacer 47d2be4a5e move check & wait from only_dir_links to get_list_items; add docstrings
8 years ago
M Pacer c8605f189b use only_dir_links inside test to avoid clicking '..' or non-dir links
8 years ago
M Pacer f4c90eb5d2 introduce only_dir_links function to extract tree links from listing
8 years ago
Thomas Kluyver 2a476148e3 Undo patches in teardown before attempting to delete files
8 years ago
M Pacer 1f549fcce4 change dashboard test to click on links, go back, and check for contents
8 years ago
M Pacer 965970a17a creates selenium driver(session-scope) & authenticated_browser fixtures
8 years ago
Min RK f77e3435cf tornado 5 fixes in tests
8 years ago
Thomas Kluyver aa9c977880 Testing with Selenium & Sauce labs (#3321)
8 years ago
Mac Knight 9b9c19186d changed test to reflect new id
8 years ago
Daniel Farrell 605eaa72be Added a flag to allow access of hidden files (#2819)
8 years ago
maartenbreddels 772544e60f renamed manager.py to config_manager.py and added more docstrings
9 years ago
maartenbreddels 5a48049887 make unittest non-pytest compatible
9 years ago
maartenbreddels 89b32e4412 allow default json files in a .d directory, original PR: ipython/traitlets#452
9 years ago
Thomas Kluyver 15f393b49c
Merge pull request #3000 from takluyver/stop-cmd-http
9 years ago
Thomas Kluyver e7f69cc2d7 Work on loading UI translations (#2969)
9 years ago
Thomas Kluyver 64105856f4 Fix test for SystemExit error
9 years ago
Thomas Kluyver 7248772f72 Update test for 'jupyter notebook stop'
9 years ago
Thomas Kluyver 12592ef3bb The root directory of the notebook server should never be hidden (#2907)
9 years ago
Min RK ed139a1cea avoid base64-literals in image tests
9 years ago
Thomas Kluyver 5a0ee98441 Merge pull request #2767 from minrk/filename
9 years ago
M Pacer 2fac7003e2 changed all python variables named file to file_name to not override built_in file
9 years ago
Min RK d6a534ec5b use RFC5987 encoding for filenames
9 years ago
Kyle Kelley 469b1c84be Merge pull request #2402 from gnestor/utf-8
9 years ago
Grant Nestor 9e5ba0ccbe Update test
9 years ago
Thomas Kluyver b93820bf4c Merge pull request #2419 from minrk/notebook-stop
9 years ago
Min RK 9e84fe332c test notebook stop
9 years ago
Min RK 31219f0447 stop using Allow76
9 years ago
Min RK 96044f6c80 test updating execute_result
9 years ago
Min RK f510806ff2 fix wait condition in display_id test
9 years ago
Kyle Kelley ead73b9efa Merge pull request #2220 from delftswa2017/fix-issue-980
9 years ago
michaelpacer b7b6ec2ad2 Added more test cases, added spacing so that it was technically valid
9 years ago
michaelpacer 9a817f7bf0 Add test for LaTeX parsing
9 years ago
Min RK 0ebcb7a65f test tags cell toolbar
9 years ago
Matthias Bussonnier 9dd3818a00 Merge pull request #2134 from Carreau/rtl-prompt
9 years ago
Matthias Bussonnier f06aca718a Wrap prompts in bdi for rtl layout
9 years ago
Min RK f63880700d copying cells copies attachments
9 years ago
Matthias Bussonnier 4a16c37caa Merge pull request #2111 from minrk/patch-env
9 years ago
Min RK 236198571b test dirs are paths, not TempDir objects
9 years ago
Min RK f0d5ccb208 disable all config in tests
9 years ago
Min RK 1797f34210 test merging serverextensions from sys and user config
9 years ago
kikocorreoso 4c9f130953 fix issue with OS in tests
9 years ago
kikocorreoso 97263161e4 fix and tests for the issue related with the trailing slash using 'nbextension install' (see #2069)
9 years ago
Grant Nestor 3cbb5700cc Add `test_view_html`
9 years ago
Min RK eb73920cbf Merge pull request #2070 from ivanov/halt-kernel
9 years ago
Paul Ivanov 051e430f98 fix tests
9 years ago
Paul Ivanov 03e410ba61 rename Halt to Shutdown
9 years ago
Paul Ivanov 95790be956 kernel halt confirmation dialog
9 years ago
Thomas Kluyver f5072cf434 Merge pull request #1827 from minrk/kernel-activity
9 years ago
Paul Ivanov eb3377cc45 speed up casperjs tests
9 years ago
Min RK 2a5f8d2e17 add token auth to kernel websocket test
9 years ago
Thomas Kluyver 666ecbf35c Merge pull request #2011 from minrk/unwebpack
9 years ago
Kyle Kelley f5f97d1f93 Merge pull request #2007 from minrk/password
9 years ago
Min RK 035fc91fa9 test runtime-loading of modules
9 years ago
Min RK 16a751c4d6 fix attachments test
9 years ago
Min RK 003ce4e71a reimpelement casper.thenClick
9 years ago
Min RK 7839d32cfe remove test for reverted deprecated paths
9 years ago
Min RK a69494833b forward-port fixes
9 years ago
Min RK f871d64e6e exercise password app
9 years ago
Min RK 8e141df890 run Python tests with a token
9 years ago
Min RK 3c0da28764 add missing waits for output in display_id tests
9 years ago
Min RK a2f7325537 fix carriage return handling
10 years ago
Jason Grout 1864fe5adb Some tests for output callback overrides.
10 years ago
Thomas Kluyver e6fb7e65e9 Merge pull request #1650 from Carreau/predicatable-extensions
10 years ago
Kyle Kelley 6df840e19d Merge pull request #1879 from minrk/display_data_update
10 years ago
Kyle Kelley 389b0b0730 Merge pull request #1831 from minrk/server-token
10 years ago
Min RK 4439a19d24 test display_id handling
10 years ago
Thomas Kluyver 1de0423448 Improve performance of directory listing
10 years ago
Min RK bf249669e1 call it token
10 years ago
Min RK 3ba68d8cb7 enable token-authentication by default
10 years ago
Min RK 92d3f4235d Merge pull request #1359 from blink1073/generic-session
10 years ago
Matthias Bussonnier 26471897ef Define SimpleNamespace on python 2
10 years ago
Matthias Bussonnier 5210701803 Add test for predictable extension loading.
10 years ago
Min RK 0b7435b474 add one missing skip_win32 in nbextension symlink tests
10 years ago
Min RK 03af493062 put NotebookNotary signature db in memory for tests
10 years ago
Min RK f3ed84e679 Windows-compat: os.sep instead of hardcode /
10 years ago
Min RK d52e1e2419 Restore loading of options_default in text cells
10 years ago
Min RK 53ab302a98 Merge pull request #1573 from takluyver/fix-backspace-in-output
10 years ago
Thomas Kluyver e83d490a89 Fix silly Javascript
10 years ago
Thomas Kluyver e7d1950aaf Add tests and hope
10 years ago
Scott Sanderson d5856dc8b0 TEST: Use addCleanup in test_nbextensions.
10 years ago
Justin Tyberg 7002b18dcb Allow root user to run tests.
10 years ago
Matthias Bussonnier ab85f165c7 Create shortcut editor for the notebook
10 years ago
Steven Silvester 4850790461 Update the session model and the test
10 years ago
Steven Silvester 8f8730788d Clean up the api and update tests
10 years ago
Steven Silvester 5d8a0aba8b Remove extraneous test
10 years ago
Matthias Bussonnier 79088c5341 Check forhasOwnProperty in for-in loop.
10 years ago
Matthias Bussonnier 1096410fcf Try es6 and add a few features for shortcut editor.
10 years ago
Min RK 39121b7d4b avoid writing nbextension config to user dir during tests
10 years ago
Min RK 1d16b302be wait for render events in markdown test
10 years ago
Bernd Schwarzenbacher cc3e6e9213 Possible fix with failing test
10 years ago
Bernd Schwarzenbacher 08bd284f0d Add tests describing behaviour of #1209
10 years ago
Min RK c3b547c17e some tests, fixes for nbextension aliases
10 years ago
Julien Rebetez cf1e849fc6 Move the unused attachments garbage collection logic to TextCell.toJSON.
10 years ago
Min RK 41d6da235c Merge pull request #879 from ellisonbg/nbext-pain
10 years ago
Matthias Geier 9d052588b5 Update ANSI tests
10 years ago
Julien Rebetez b1a0ca0116 Use casper.open() instead of casper.start() to open the dashboard.
10 years ago
Jason Grout a7b122f524 Add more kernel message buffer tests.
10 years ago
Nicholas Bollweg 19c65b606a changing extension enable/disable configuration default to --user
10 years ago
Jason Grout b38f74758b Add tests for notebook cell execution buffering.
10 years ago
Min RK 3feea61802 Merge pull request #775 from maartenbreddels/master
10 years ago
Nicholas Bollweg 77725985c1 adding test for non-python nbextension
10 years ago
Nicholas Bollweg 7859e9d7e7 adding more tests for validation, cleaning up validation return values
10 years ago
Nicholas Bollweg f3074fde93 logging, removing redundant implementations
10 years ago