<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 31, 2015, at 01:31, Chris Norman <<a href="mailto:chris.norman2@googlemail.com" class="">chris.norman2@googlemail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta content="text/html; charset=windows-1252" http-equiv="Content-Type" class="">
  
  <div bgcolor="#FFFFFF" text="#000000" class="">
    Hi,<br class="">
    So I went on the net on the off chance that the info I was looking
    for was easy to obtain, and I found out about trial.<br class="">
    <br class="">
    I cloned the git and did:<br class="">
    python bin/trial twisted<br class="">
    <br class="">
    I got the following:<br class=""></div></div></blockquote><br class=""><blockquote type="cite" class=""><div class=""><div bgcolor="#FFFFFF" text="#000000" class="">Is that a trial error or a Twisted test failing?<br class="">
    <br class="">
    Sorry if this is a stupid question, but (terrible, I know) I've
    never used tests before.<br class="">
    <br class="">
    Another quick google told me that Trial was ported to Python3, so
    I'm not sure... If it's a test failing, it's not really telling me
    where the failure is.<br class=""></div></div></blockquote><br class=""></div><div>Not _all_ of Twisted has been ported to Python 3, so if you run the full test suite (that's what "trial twisted" does) some of it will fail.</div><div><br class=""></div><div>If you want to run the parts that are expected to pass, run `python admin/run-python3-testsī.  If <i class="">those</i> fail then we have a problem :).</div><br class="">
<div class="">-glyph</div><div class=""><br class=""></div></body></html>