FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/test/test_interpreter.py - bpython/bpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bpython
/
bpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
252
Star
2.8k
Code
Issues
144
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython
bpython
test
test_interpreter.py
on
0.23-release
User selector
Datepicker
Commit history
Commits on May 3, 2022
Improve handling of SyntaxErrors
Show description for 937626d
sebastinas
committed
937626d
View commit details
Copy full SHA for 937626d
View code at this point
Browse repository at this point
Remove no longer used encoding
sebastinas
committed
a808521
View commit details
Copy full SHA for a808521
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
Fix type
sebastinas
committed
ee7e295
View commit details
Copy full SHA for ee7e295
View code at this point
Browse repository at this point
Commits on Dec 31, 2021
Really fix tests with Python 3.10.1
sebastinas
committed
4d33cc6
View commit details
Copy full SHA for 4d33cc6
View code at this point
Browse repository at this point
Fix tests with Python 3.10.1
sebastinas
committed
fdd4ad9
View commit details
Copy full SHA for fdd4ad9
View code at this point
Browse repository at this point
Commits on Oct 7, 2021
Test Python 3.10 (#924)
Show description for 78ead4c
thomasballinger
authored
78ead4c
View commit details
Copy full SHA for 78ead4c
View code at this point
Browse repository at this point
disable some tests for pypy
thomasballinger
committed
5ab3087
View commit details
Copy full SHA for 5ab3087
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
Import unittest and mock directly
sebastinas
committed
bd277b6
View commit details
Copy full SHA for bd277b6
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
Remove more unused imports
sebastinas
committed
dee4d23
View commit details
Copy full SHA for dee4d23
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Remove Python 2 specific tests
sebastinas
committed
d56e832
View commit details
Copy full SHA for d56e832
View code at this point
Browse repository at this point
Remove encoding header
sebastinas
committed
ebe19cc
View commit details
Copy full SHA for ebe19cc
View code at this point
Browse repository at this point
Remove __future__ imports
sebastinas
committed
bebcdb3
View commit details
Copy full SHA for bebcdb3
View code at this point
Browse repository at this point
Commits on Nov 22, 2019
Fix test with Python 3.8
sebastinas
committed
81e7cd8
View commit details
Copy full SHA for 81e7cd8
View code at this point
Browse repository at this point
Blacken the source code and add `black` configuration.
Show description for cde2aad
ikanobori
committed
cde2aad
View commit details
Copy full SHA for cde2aad
View code at this point
Browse repository at this point
Commits on Sep 27, 2018
Fix test with PyPy 3
sebastinas
committed
94cfb15
View commit details
Copy full SHA for 94cfb15
View code at this point
Browse repository at this point
Commits on Nov 6, 2017
use self.assertEqual instead of self.assertEquals (deprecated) (#715)
flokli
authored and
sebastinas
committed
1c5484f
View commit details
Copy full SHA for 1c5484f
View code at this point
Browse repository at this point
Commits on Sep 29, 2016
update tests expectations
eliasdorneles
committed
dc243e5
View commit details
Copy full SHA for dc243e5
View code at this point
Browse repository at this point
Commits on Aug 4, 2016
fix runsource test for pypy
Show description for 0a4344e
thomasballinger
committed
0a4344e
View commit details
Copy full SHA for 0a4344e
View code at this point
Browse repository at this point
add auto default to runsource
thomasballinger
committed
a2a934c
View commit details
Copy full SHA for a2a934c
View code at this point
Browse repository at this point
Commits on Jul 29, 2016
fix Python 2 running encoded source files
thomasballinger
committed
dfb44cf
View commit details
Copy full SHA for dfb44cf
View code at this point
Browse repository at this point
Commits on Dec 17, 2015
Fix tests
thomasballinger
committed
4cb4e77
View commit details
Copy full SHA for 4cb4e77
View code at this point
Browse repository at this point
Commits on Dec 16, 2015
pep8 tests
thomasballinger
committed
4cd5453
View commit details
Copy full SHA for 4cd5453
View code at this point
Browse repository at this point
Commits on May 17, 2015
Clean up unittest imports
Show description for dbd8066
sebastinas
committed
dbd8066
View commit details
Copy full SHA for dbd8066
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
No need to catch this AttributeError in test code
michaelmulley
committed
92e9b0b
View commit details
Copy full SHA for 92e9b0b
View code at this point
Browse repository at this point
Remember the source of interactively defined functions
Show description for 38f1ed6
michaelmulley
committed
38f1ed6
View commit details
Copy full SHA for 38f1ed6
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
specialize source finding error messages
thomasballinger
committed
9bc21e5
View commit details
Copy full SHA for 9bc21e5
View code at this point
Browse repository at this point
prettier errors with multiline string assert
thomasballinger
committed
4408f9d
View commit details
Copy full SHA for 4408f9d
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Run the test
Show description for c663b20
sebastinas
committed
c663b20
View commit details
Copy full SHA for c663b20
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
Simplify tests and enable all of them
Show description for e4c3d4d
sebastinas
committed
e4c3d4d
View commit details
Copy full SHA for e4c3d4d
View code at this point
Browse repository at this point
delete repeated code in interpreters
thomasballinger
committed
3cbe24d
View commit details
Copy full SHA for 3cbe24d
View code at this point
Browse repository at this point
test behavior requiring encoding in runsource
thomasballinger
committed
b6a2a5f
View commit details
Copy full SHA for b6a2a5f
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
PEP-8
Show description for 5b406c1
sebastinas
committed
5b406c1
View commit details
Copy full SHA for 5b406c1
View code at this point
Browse repository at this point
Commits on Jan 23, 2015
Import clean up
Show description for aaa0998
sebastinas
committed
aaa0998
View commit details
Copy full SHA for aaa0998
View code at this point
Browse repository at this point
Commits on Jan 22, 2015
Use the same unittest2 import block everywhere
Show description for 0b15a0b
sebastinas
committed
0b15a0b
View commit details
Copy full SHA for 0b15a0b
View code at this point
Browse repository at this point
Commits on Jan 18, 2015
indent instead of removing empty pasted lines
Show description for fe49677
thomasballinger
committed
fe49677
View commit details
Copy full SHA for fe49677
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL