Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
coderark
/
ipython
Public
forked from
ipython/ipython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ipython
IPython
core
tests
test_run.py
on
master
User selector
All users
All time
Commit history
Commits on May 8, 2015
jupyter_nbformat is now nbformat
minrk
committed
e549d87
View commit details
Copy full SHA for e549d87
View code at this point
Browse repository at this point
Commits on Apr 11, 2015
update some test skips for removed packages
minrk
committed
329ebac
View commit details
Copy full SHA for 329ebac
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
remove testing.tools.monkeypatch
Show description for 0ef4479
minrk
committed
0ef4479
View commit details
Copy full SHA for 0ef4479
View code at this point
Browse repository at this point
Commits on Nov 1, 2014
Don't use nbformat.current in core
minrk
committed
d22b117
View commit details
Copy full SHA for d22b117
View code at this point
Browse repository at this point
update IPython.core to nbformat 4
Show description for 80dee97
minrk
committed
80dee97
View commit details
Copy full SHA for 80dee97
View code at this point
Browse repository at this point
Commits on Jun 10, 2014
Skip some tests if nbformat not importable
Show description for 5579eee
takluyver
committed
5579eee
View commit details
Copy full SHA for 5579eee
View code at this point
Browse repository at this point
Commits on Jan 28, 2014
Mark known failure test on Windows.
Show description for da3801e
takluyver
committed
da3801e
View commit details
Copy full SHA for da3801e
View code at this point
Browse repository at this point
Commits on Jan 24, 2014
test traceback offset for %run and script
minrk
committed
a6f5c72
View commit details
Copy full SHA for a6f5c72
View code at this point
Browse repository at this point
Commits on Dec 4, 2013
Added a text cell in the notebook to test run_nb.
damianavila
committed
304195d
View commit details
Copy full SHA for 304195d
View code at this point
Browse repository at this point
Commits on Nov 18, 2013
test %run notebook.ipynb
minrk
committed
7502c60
View commit details
Copy full SHA for 7502c60
View code at this point
Browse repository at this point
Commits on Oct 31, 2013
Python 3 compatibility for os.getcwdu()
takluyver
committed
b2face8
View commit details
Copy full SHA for b2face8
View code at this point
Browse repository at this point
Commits on Sep 18, 2013
Add a couple more tests for %run options
takluyver
committed
3af175d
View commit details
Copy full SHA for 3af175d
View code at this point
Browse repository at this point
Make tests for '%run -m' more robust
takluyver
committed
3b67969
View commit details
Copy full SHA for 3b67969
View code at this point
Browse repository at this point
Commits on Jul 13, 2013
Fix test for Python 3 on Windows.
Show description for 2ab1552
takluyver
committed
2ab1552
View commit details
Copy full SHA for 2ab1552
View code at this point
Browse repository at this point
Commits on Jul 5, 2013
Minor tweak to test for Python 3
takluyver
committed
453a739
View commit details
Copy full SHA for 453a739
View code at this point
Browse repository at this point
Another passing test :-)
takluyver
committed
bc2b914
View commit details
Copy full SHA for bc2b914
View code at this point
Browse repository at this point
Add failing test for gh-3547
takluyver
committed
601235a
View commit details
Copy full SHA for 601235a
View code at this point
Browse repository at this point
Commits on May 3, 2013
Sort imports in test_run.py
tkf
committed
50de279
View commit details
Copy full SHA for 50de279
View code at this point
Browse repository at this point
Commits on Mar 24, 2013
Use list comprehension instead of filter+lambda
tkf
committed
8418a7f
View commit details
Copy full SHA for 8418a7f
View code at this point
Browse repository at this point
Commits on Mar 23, 2013
Fix ChangedPyFileTest.test_changing_py_file failure
tkf
committed
c8dda32
View commit details
Copy full SHA for c8dda32
View code at this point
Browse repository at this point
Add a failing test for "%run -d -m ..."
tkf
committed
5b85b64
View commit details
Copy full SHA for 5b85b64
View code at this point
Browse repository at this point
Add a failing test for "%run -p -m ..."
tkf
committed
c809a13
View commit details
Copy full SHA for c809a13
View code at this point
Browse repository at this point
Test for #2727 (%run -m doesn't support relative imports)
Show description for ced51b9
tkf
committed
ced51b9
View commit details
Copy full SHA for ced51b9
View code at this point
Browse repository at this point
Commits on Jan 29, 2013
rlmv - Added test for issue #2784
Show description for 50161f5
rlmv
committed
50161f5
View commit details
Copy full SHA for 50161f5
View code at this point
Browse repository at this point
Commits on Jan 10, 2013
Merge pull request #2460 from bfroehle/ipy_file_inject
Show description for 49f4b46
bfroehle
committed
49f4b46
View commit details
Copy full SHA for 49f4b46
View code at this point
Browse repository at this point
Commits on Oct 29, 2012
Use skip_if_not_win32 instead of skip_linux+osx
tkf
committed
1a08406
View commit details
Copy full SHA for 1a08406
View code at this point
Browse repository at this point
Commits on Oct 9, 2012
Fix doctest_run_option_parser for Windows
Show description for d04904f
tkf
committed
d04904f
View commit details
Copy full SHA for d04904f
View code at this point
Browse repository at this point
Commits on Oct 7, 2012
Merge pull request #2165 from tkf/run-glob
Show description for e54a60b
bfroehle
committed
e54a60b
View commit details
Copy full SHA for e54a60b
View code at this point
Browse repository at this point
Commits on Oct 3, 2012
Add test for `__file__` behavior in `%run`.
bfroehle
committed
14084d2
View commit details
Copy full SHA for 14084d2
View code at this point
Browse repository at this point
Commits on Aug 2, 2012
Add tests for %run option parser
tkf
committed
66727cb
View commit details
Copy full SHA for 66727cb
View code at this point
Browse repository at this point
Commits on Jul 17, 2012
Stop duplicating `nt.assert*` in `IPython.testing.tools`.
bfroehle
committed
07ea078
View commit details
Copy full SHA for 07ea078
View code at this point
Browse repository at this point
s/nt.assert_equals/nt.assert_equal/
bfroehle
committed
2549896
View commit details
Copy full SHA for 2549896
View code at this point
Browse repository at this point
Commits on Jun 30, 2012
conform to pep 3110
Show description for 28b538a
Carreau
committed
28b538a
View commit details
Copy full SHA for 28b538a
View code at this point
Browse repository at this point
Commits on Jun 24, 2012
Fix Windows pathname issue in 'odd encoding' test.
Show description for 91cf4d6
Jonathan March
committed
91cf4d6
View commit details
Copy full SHA for 91cf4d6
View code at this point
Browse repository at this point
Commits on Mar 25, 2012
Add encoding cookie to test_run.
takluyver
committed
9c22fc1
View commit details
Copy full SHA for 9c22fc1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.