On Oct 9, 10:24 pm, Marshall Hampton <hampto...@gmail.com> wrote:
> One alternative would be to patch the test_Wise.py file so that
> instead of
>
> self.assert_(sys.stdout.getvalue().startswith("dnal -kbyte 100000
> seq1.fna seq2.fna"))
>
> within test_dnal we'd have
>
> self.assert_(sys.stdout.getvalue().startswith("dnal -kbyte 100000")
>
Or test for both variations and accept the test with or without '-
quiet'. That would also work. I was hoping to not have to patch
anything though.
Adam
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---