Git Product home page Git Product logo

Comments (6)

vvnkr avatar vvnkr commented on September 24, 2024

@hugo You are correct, this currently doesn't work:

test_function("open", index=1, args=[0], ...)
test_function("open", index=1, args=[1], ...)

I remember telling you you could give argument-specific feedback like that in pythonwhat but I forgot it is disabled. This is because each function call can only be tested once, it gets blacklisted afterwards because of some implementation technicalities. @filipsch and me will discuss if this is desirable behaviour and fix it/provide an alternative.

from pythonwhat.

filipsch avatar filipsch commented on September 24, 2024

@vincentvankrunkelsven either way, we need a way to fix this: either we want to be able to pass a list that has the same length as the args in incorrect_msg, either we want the blacklisting to work better that you can check the same function call with different test_function() calls (this is how it's done in testwhat, mainly for backwards compatibility reasons).

from pythonwhat.

filipsch avatar filipsch commented on September 24, 2024

@hugobowne I'll look into it. Can't tell when will be fixed.

from pythonwhat.

hugobowne avatar hugobowne commented on September 24, 2024

thanks you guys are great 👍

as stated, i will beta test irrespective of this functionality. of course, the sooner the better as it improves user experience so very much ;-)

PEACE!

from pythonwhat.

filipsch avatar filipsch commented on September 24, 2024

I'm working on a fix for this, but I guess it'll only be possible to specify multiple incorrect_msg by simply writing multiple test_function() calls where you each time specifically mention a single argument or keyword.
If we would make it possible to specify multiple incorrect messages, then it's hard to figure out which message refers to which argument or which keyword.

from pythonwhat.

filipsch avatar filipsch commented on September 24, 2024

@hugobowne This is currently on staging, will be deployed to master as soon as Robin updates the docker-container (with python autocomplete and bokeh)

This fix allows you to use the syntax vincent used for argument-specific feedback

test_function("open", index=1, args=[0], ...)
test_function("open", index=1, args=[1], ...)

I've also added a piece of documentation on the test_function() article:
https://github.com/datacamp/pythonwhat/wiki/test_function#example-3-custom-feedback

Peace out.

from pythonwhat.

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.