| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Also another nice feature is that it has a nicer output $ python -m pytest ============================= test session starts ============================== platform linux -- Python 3.3.5, pytest-3.0.6, py-1.4.32, pluggy-0.4.0 rootdir: /home/travis/build/pythonnet/pythonnet, inifile: setup.cfg collected 360 items src/tests/test_array.py ........................................ src/tests/test_callback.py .. src/tests/test_class.py .................. src/tests/test_compat.py ................ src/tests/test_constructors.py .... src/tests/test_conversion.py .................... src/tests/test_delegate.py ................. src/tests/test_docstring.py ... src/tests/test_engine.py .ss src/tests/test_enum.py ............... src/tests/test_event.py ............................ src/tests/test_exceptions.py ......................... src/tests/test_field.py .............................. src/tests/test_generic.py ................. src/tests/test_import.py . src/tests/test_indexer.py ............................. src/tests/test_interface.py .... src/tests/test_method.py ........................................ src/tests/test_module.py ........................... src/tests/test_property.py .......... src/tests/test_recursive_types.py . src/tests/test_subclass.py sssss. src/tests/test_sysargv.py . src/tests/test_thread.py ... vs $ python src/tests/runtests.py Load clr import hook .................................................................................................................................s.............................................................................................................................................................................................................................s.ssssss. ---------------------------------------------------------------------- Ran 360 tests in 2.367s OK (skipped=8) |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #368 +/- ##
==========================================
+ Coverage 63.08% 63.18% +0.09%
==========================================
Files 61 61
Lines 5239 5239
Branches 876 876
==========================================
+ Hits 3305 3310 +5
+ Misses 1715 1709 -6
- Partials 219 220 +1
Continue to review full report at Codecov.
|
Sorry, something went wrong.
There was a problem hiding this comment.
This is a very good idea. We just need to fix the conda recipe, too.
Sorry, something went wrong.
| @@ -0,0 +1,20 @@ | |||
| graft docs | |||
There was a problem hiding this comment.
What is this file for?
Sorry, something went wrong.
There was a problem hiding this comment.
I forgot to remove that commit/file. Its supposed to replace the _get_source_files in setup.py.
I didn't get around to testing it though. Removing it fixes the conda recipe.
Let me fix that.
Sorry, something went wrong.
There was a problem hiding this comment.
Same question
Sorry, something went wrong.
|
@filmor @denfromufa conda recipe fixed. |
Sorry, something went wrong.
|
All builds finished, none of them had the conda.recipe build error from the manifest. Looks like we are good to merge then? |
Sorry, something went wrong.
|
I like the switch to pytest, can you give 1-2 days to review this and test locally? @vmuriart |
Sorry, something went wrong.
|
Sure. Test wise, nothing changed other than indent level. |
Sorry, something went wrong.
|
Even PyPy ;)
…On Wed, Feb 8, 2017, 8:38 PM Victor Uriarte ***@***.***> wrote:
Sure. Test wise, nothing changed other than indent level.
Have you tried using tox for testing? It will let you run against all
interpreters you have installed.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#368 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgZ5X_DQ7KgYJQDZTxogIfb8MNoSmYdks5ranw7gaJpZM4L7OID>
.
|
Sorry, something went wrong.
|
You can configure it for it; though idk if pythonnet would have any issues w it. |
Sorry, something went wrong.
|
@denfromufa did you get a chance to finish testing? |
Sorry, something went wrong.
|
Sorry, PyPy got me distracted. Let me try pytest tonight. If not, then you
can merge tomorrow.
…On Mon, Feb 13, 2017, 8:39 AM Victor Uriarte ***@***.***> wrote:
@denfromufa <https://github.com/denfromufa> did you get a chance to
finish testing?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#368 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgZ5d27xZjOSol_YidLnO0iIPy6bfFzks5rcGsYgaJpZM4L7OID>
.
|
Sorry, something went wrong.
pytest on travis initially required `sudo=required` otherwise failed. Without the sudo flag pytest wasn't being upgraded. Needed to force upgrade. pytest-dev/pytest#2240
Needs local imports to work. Conversion done with unittests2pytests and a couple regex
Control settings for some add-ons like pytest
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
Does this close any currently open issues?
N/A
Any other comments?
This was the original meant to be part of #329 but decided to separate it out.
Checklist
Check all those that are applicable and complete.