Git Product home page Git Product logo

Comments (5)

vvnkr avatar vvnkr commented on June 17, 2024

data.values is not a function. Why don't you just test_object(data_array)? If you want to test the values column of data for some reason (I don't see why, but say you want to), you can use test_data_frame().

from pythonwhat.

hugobowne avatar hugobowne commented on June 17, 2024

You may have misunderstood: i want to test specifically that the student knows how to use attributes.

Neither test_object(data_array) nor test_data_frame() achieves this. Just as test_function tests whether a function was used, I want to test whether a particular attribute of an object was called. I suppose some sort of analogue of a potential test_attribute_called . For a workaround, I could do some sort of funny regex business, I suppose.

does this make sense?

from pythonwhat.

filipsch avatar filipsch commented on June 17, 2024

@hugobowne we'll try to get this in production by July 1st.
For the time being, you can indeed do workaround with regexes. If you tell the student exactly how to name the object, this is pretty robust.

from pythonwhat.

filipsch avatar filipsch commented on June 17, 2024

We'll write a more general function: test_object_accessed(), that checks whether people use certain objects, or attributes in objects.

from pythonwhat.

hugobowne avatar hugobowne commented on June 17, 2024

this is awesome! :-D

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.