Coder Social home page Coder Social logo

Comments (5)

choksi81 avatar choksi81 commented on July 30, 2024

Author: justinc
Do you think maybe we should just check to see that every line of output is matched by some string?

How should this work?

from utf.

choksi81 avatar choksi81 commented on July 30, 2024

Author: leonwlaw
If I understand correctly, you want to be able to define a few expected strings, and as we check the program output, check off the expected strings one by one, until all the expected strings are accounted for? I think that could work equally as well, if not being more intuitive. I would enforce the order of occurrence for these strings just as preventive measure for potential bug masking. At one point I wrote a unit test and I expected this behavior.

Perhaps something like this, then?

#pragma out Hello world
print "Hello world"

#pragma out we need a test
#pragma out really badly
print "we need a test"

# Miscellaneous code that doesn't print stuff

print "really badly"

from utf.

choksi81 avatar choksi81 commented on July 30, 2024

Author: justinc
Sounds good to me. I agree it is more intuitive this way.

from utf.

choksi81 avatar choksi81 commented on July 30, 2024

Author: leonwlaw
These tests don't pass on either version:

  • ut_seattlelibtests_teststruct.py
  • ut_repytests_testnetbothdup.py
  • ut_repytests_testnetconndup.py
  • ut_repytests_testrecvmessfunctions.py
  • ut_repytests_testwaitforconnfunctions.py
  • ut_seattlelibtests_testgeoip_client.py
  • ut_seattlelibtests_testopenDHTadvertise.py

These tests did not finish running in a timely manner, on both versions:

  • ut_repytests_testnetmessdup.py
  • ut_repytests_testcleanup.py
  • ut_repytests_testcleanupudp.py
  • ut_repytests_testloopbind.py
  • ut_repynetworktests_multiple_iface_trybind.py
  • ut_seattlelibtests_testhttpserver.py
  • ut_seattlelibtests_testparallelize.py
  • ut_seattlelibtests_testpyDes.py
  • ut_seattlelibtests_testrsa.py
  • ut_seattlelibtests_testsshkey.py
  • ut_seattlelibtests_testxmlrpc.py

Aside from that, all other tests pass and are compatible with the new multi-line support.

from utf.

choksi81 avatar choksi81 commented on July 30, 2024

Author: leonwlaw
Just a note, this is fixed with r6029.

from utf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.