<html><body>
<p>1 new commit in yt:</p>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/0b0c899118f4/">https://bitbucket.org/yt_analysis/yt/commits/0b0c899118f4/</a> Changeset:   0b0c899118f4 Branch:      yt User:        xarthisius Date:        2016-03-30 17:41:33+00:00 Summary:     Add py3.5 answer tests Affected #:  3 files</p>
<p>diff -r b6dad5b69998cff732a5c3ea7847a4b01092ffc8 -r 0b0c899118f446392e27a4624b997e50b797d707 tests/nose_runner.py --- a/tests/nose_runner.py +++ b/tests/nose_runner.py @@ -3,7 +3,7 @@</p>
<pre>import yaml
import multiprocessing
import nose</pre>
<p>-from cStringIO import StringIO +from yt.extern.six import StringIO</p>
<pre>from yt.config import ytcfg
from yt.utilities.answer_testing.framework import AnswerTesting
</pre>
<p>@@ -23,7 +23,7 @@</p>
<pre>print("%s: Exiting" % proc_name)
self.task_queue.task_done()
break</pre>
<ul><li><p>print ‘%s: %s’ % (proc_name, next_task)</p></li></ul>
<p>+            print('%s: %s' % (proc_name, next_task))</p>
<pre>result = next_task()
self.task_queue.task_done()
self.result_queue.put(result)</pre>
<p>@@ -43,6 +43,8 @@</p>
<pre>    not os.path.isdir(os.path.join(answers_dir, self.name)):
nose.run(argv=self.argv + ['--answer-store'],
         addplugins=[AnswerTesting()], exit=False)</pre>
<p>+        if os.path.isfile("{}.xml".format(self.name)): +            os.remove("{}.xml".format(self.name))</p>
<pre>nose.run(argv=self.argv, addplugins=[AnswerTesting()], exit=False)
sys.stderr = old_stderr
return mystderr.getvalue()</pre>
<p>diff -r b6dad5b69998cff732a5c3ea7847a4b01092ffc8 -r 0b0c899118f446392e27a4624b997e50b797d707 tests/tests_3.4.yaml --- a/tests/tests_3.4.yaml +++ /dev/null @@ -1,57 +0,0 @@ -answer_tests:</p>
<ul><li><p>local_artio_340:</p></li>
<li><ul><li><p>yt/frontends/artio/tests/test_outputs.py</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_athena_340:</p></li>
<li><ul><li><p>yt/frontends/athena</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_chombo_340:</p></li>
<li><ul><li><p>yt/frontends/chombo/tests/test_outputs.py</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_enzo_340:</p></li>
<li><ul><li><p>yt/frontends/enzo</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_fits_340:</p></li>
<li><ul><li><p>yt/frontends/fits/tests/test_outputs.py</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_flash_340:</p></li>
<li><ul><li><p>yt/frontends/flash/tests/test_outputs.py</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_gadget_340:</p></li>
<li><ul><li><p>yt/frontends/gadget/tests/test_outputs.py</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_halos_340:</p></li>
<li><ul><li><p>yt/frontends/owls_subfind/tests/test_outputs.py</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_owls_340:</p></li>
<li><ul><li><p>yt/frontends/owls/tests/test_outputs.py</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_pw_340:</p></li>
<li><ul><li><p>yt/visualization/tests/test_plotwindow.py:test_attributes</p></li></ul></li>
<li><ul><li><p>yt/visualization/tests/test_plotwindow.py:test_attributes_wt</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_tipsy_340:</p></li>
<li><ul><li><p>yt/frontends/tipsy/tests/test_outputs.py</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_varia_340:</p></li>
<li><ul><li><p>yt/analysis_modules/radmc3d_export</p></li></ul></li>
<li><ul><li><p>yt/frontends/moab/tests/test_c5.py</p></li></ul></li>
<li><ul><li><p>yt/analysis_modules/photon_simulator/tests/test_spectra.py</p></li></ul></li>
<li><ul><li><p>yt/analysis_modules/photon_simulator/tests/test_sloshing.py</p></li></ul></li>
<li><ul><li><p>yt/visualization/volume_rendering/tests/test_vr_orientation.py</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_orion_340:</p></li>
<li><ul><li><p>yt/frontends/boxlib/tests/test_orion.py</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_ramses_340:</p></li>
<li><ul><li><p>yt/frontends/ramses/tests/test_outputs.py</p></li></ul></li></ul>
<p>–</p>
<ul><li><p>local_ytdata_340:</p></li>
<li><ul><li><p>yt/frontends/ytdata</p></li></ul></li></ul>
<p>– -other_tests:</p>
<ul><li><p>unittests:</p></li>
<li><ul><li><p>‘-v’</p></li></ul></li>
<li><p>cookbook:</p></li>
<li><ul><li><p>‘doc/source/cookbook/tests/test_cookbook.py’</p></li></ul></li>
<li><ul><li><p>‘-P’</p></li></ul></li></ul>
<p>diff -r b6dad5b69998cff732a5c3ea7847a4b01092ffc8 -r 0b0c899118f446392e27a4624b997e50b797d707 tests/tests_3.5.yaml --- /dev/null +++ b/tests/tests_3.5.yaml @@ -0,0 +1,69 @@ +answer_tests: +  local_artio_350: +    – yt/frontends/artio/tests/test_outputs.py + +  local_athena_350: +    – yt/frontends/athena + +  local_chombo_350: +    – yt/frontends/chombo/tests/test_outputs.py + +  local_enzo_350: +    – yt/frontends/enzo + +  local_fits_350: +    – yt/frontends/fits/tests/test_outputs.py + +  local_flash_350: +    – yt/frontends/flash/tests/test_outputs.py + +  local_gadget_350: +    – yt/frontends/gadget/tests/test_outputs.py + +  local_gdf_350: +    – yt/frontends/gdf/tests/test_outputs.py + +  local_halos_350: +    – yt/frontends/owls_subfind/tests/test_outputs.py + +  local_owls_350: +    – yt/frontends/owls/tests/test_outputs.py + +  local_pw_350: +    – yt/visualization/tests/test_plotwindow.py:test_attributes +    – yt/visualization/tests/test_plotwindow.py:test_attributes_wt +    – yt/visualization/tests/test_profile_plots.py:test_phase_plot_attributes +    – yt/visualization/tests/test_particle_plot.py:test_particle_projection_answers +    – yt/visualization/tests/test_particle_plot.py:test_particle_projection_filter +    – yt/visualization/tests/test_particle_plot.py:test_particle_phase_answers + +  local_tipsy_350: +    – yt/frontends/tipsy/tests/test_outputs.py + +  local_varia_350: +    – yt/analysis_modules/radmc3d_export +    – yt/frontends/moab/tests/test_c5.py +    – yt/analysis_modules/photon_simulator/tests/test_spectra.py +    – yt/analysis_modules/photon_simulator/tests/test_sloshing.py +    – yt/visualization/volume_rendering/tests/test_vr_orientation.py +    – yt/visualization/volume_rendering/tests/test_mesh_render.py + +  local_orion_350: +    – yt/frontends/boxlib/tests/test_orion.py + +  local_ramses_350: +    – yt/frontends/ramses/tests/test_outputs.py + +  local_ytdata_350: +    – yt/frontends/ytdata + +  local_absorption_spectrum_350: +    – yt/analysis_modules/absorption_spectrum/tests/test_absorption_spectrum.py:test_absorption_spectrum_non_cosmo +    – yt/analysis_modules/absorption_spectrum/tests/test_absorption_spectrum.py:test_absorption_spectrum_cosmo + +other_tests: +  unittests: +     – ‘-v’ +  cookbook: +     – ‘-v’ +     – ‘doc/source/cookbook/tests/test_cookbook.py’</p>
<p>Repository URL: <a href="https://bitbucket.org/yt_analysis/yt/">https://bitbucket.org/yt_analysis/yt/</a></p>
<p>—</p>
<p>This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.</p>

<img src="http://link.bitbucket.org/wf/open?upn=ll4ctv0L-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27BzXmiojfEU2ejP9SP6-2FazvYBIJ1Wlo6MnC23jun0VsnpbxtgOxeYmQLWj-2BYSz-2FXvaZmq4qr0DTUqS-2BrbH8CCwwj0R2ObYej0E4Czm32jvR3QLIGt3BAcFH-2BL33HIc9Xj86HJ0tb4zKkaNC9xswKEswr73fwdDFIqz-2B0fcURW6gz8XXeC9oFcfP2zCtU3RInHY-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>