Skip to content

Code completion, highlighting and std stream redirections #252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 25, 2019

Conversation

tkf
Copy link
Member

@tkf tkf commented Mar 24, 2019

This PR implements:

@tkf tkf force-pushed the ipy-monkeypatch branch 3 times, most recently from b8dcdec to 16664f4 Compare March 24, 2019 09:35
@coveralls
Copy link

coveralls commented Mar 24, 2019

Pull Request Test Coverage Report for Build 612

  • 92 of 125 (73.6%) changed or added relevant lines in 6 files are covered.
  • 6 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+1.4%) to 57.797%

Changes Missing Coverage Covered Lines Changed/Added Lines %
julia/core.py 6 7 85.71%
julia/magic.py 29 31 93.55%
julia/ipy/monkeypatch_interactiveshell.py 20 24 83.33%
julia/tools.py 4 10 40.0%
julia/ipy/monkeypatch_completer.py 30 50 60.0%
Files with Coverage Reduction New Missed Lines %
julia/core.py 6 55.53%
Totals Coverage Status
Change from base Build 606: 1.4%
Covered Lines: 656
Relevant Lines: 1135

💛 - Coveralls

@tkf tkf force-pushed the ipy-monkeypatch branch from 16664f4 to 70ca5ce Compare March 24, 2019 09:44
@tkf tkf force-pushed the ipy-monkeypatch branch from 70ca5ce to 567ff41 Compare March 25, 2019 02:45
@tkf tkf merged commit 567ff41 into JuliaPy:master Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redirect julia STDOUT to python sys.stdout?
2 participants