##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r25103:73433354
properly close resource
Matthias Bussonnier
0
r25102:2a757b6d
Properly close some leaked resources.
Matthias Bussonnier
0
r25101:59a11e2e
apply black
Matthias Bussonnier
0
r25100:40bcf3c0
apply pyupgrade
Matthias Bussonnier
0
r25099:7957b6e0
Prepare completer for pytest. use proper unittest class with setup and teardown methods to capture deprecation warnings; and move support classes and function outside of the testcase definition. Make all standalone functions methods. Beyond this no code change.
Matthias Bussonnier
0
r25098:a945f9e5
Merge pull request #11790 from Carreau/fix-skip Fix skip decorator.
Matthias Bussonnier
merge
0
r25097:24314829
Fix skip decorator. If called w/o argument would just skip the function always. Now raises if no message is passed.
Matthias Bussonnier
0
r25096:07ce2ec6
Merge pull request #11789 from Carreau/fix-pytest-4 Remove assignment to ip in test files
Matthias Bussonnier
merge
0
r25095:7bd192ff
Merge pull request #11788 from Carreau/pytestify-3 Prepare some test for pytest in completers.
Matthias Bussonnier
merge
0
r25094:59d93919
Remove assignment to ip in test files This is already added in globals by the test runner
Matthias Bussonnier
0
r25093:17c73977
Prepare some test for pytest in completers. swap the context manager and the function definition. It is undefined wither the test are collected and then run at once; or ran while they are being yielded. In the fist case (what pytest does) the function was called outside the context manager, in the later case (node) it was working as expected.
Matthias Bussonnier
0
r25092:bd5753b3
Merge pull request #11644 from daharn/master allow type of already existing class instances to be updated
Matthias Bussonnier
merge
0
r25091:3fd58dc8
remove debug statement
Matthias Bussonnier
0
r25090:d376f5b8
Add tests that the class attribute is properly updated
Matthias Bussonnier
0
r25089:f04ac268
Merge pull request #11785 from Carreau/pytest_compat_setup_teardown Use module level setup and teardown compatible both nose and pytest.
Matthias Bussonnier
merge
0
r25088:5cb4865e
Merge pull request #11784 from Carreau/clean-iptest Cleanup iptest controller from old logic.
Matthias Bussonnier
merge
0
r25087:0e6f90ec
Merge pull request #11713 from Carreau/async-exec Async exec in Python 3.8
Matthias Bussonnier
merge
0
r25086:46e64d12
Merge pull request #11783 from Carreau/cleanup-support-functions Remove leftover from cleanup.
Matthias Bussonnier
merge
0
r25085:23511052
Merge pull request #11782 from Carreau/unclosed-setupbase Properly close file in setupbase
Matthias Bussonnier
merge
0
r25084:257e4c45
Merge pull request #11777 from kmaork/bugfix/debugger-stdout Redirected output in core debugger to correct stdout
Matthias Bussonnier
merge
0
load next
< 1 .. 9 10 11 12 13 .. 1205 >
showing 20 out of 24095 commits