Coder Social home page Coder Social logo

Hypothesis integration about ward HOT 3 CLOSED

darrenburns avatar darrenburns commented on May 26, 2024
Hypothesis integration

from ward.

Comments (3)

Zac-HD avatar Zac-HD commented on May 26, 2024

The Hypothesis docs should make it pretty clear how to integrate with Hypothesis 😄

Beyond that, feel free to ping me for review or design discussion if that would help, I'm always delighted to get more open source projects set up with property-based testing!

from ward.

darrenburns avatar darrenburns commented on May 26, 2024

Thanks @Zac-HD!

from ward.

hoefling avatar hoefling commented on May 26, 2024

@darrenburns does this issue mean that the docs listed under Using with Hypothesis are out of date? Running

from hypothesis import given
from hypothesis.strategies import lists, integers
from ward import test

@test("every list of integers contains the number 1")
@given(l=lists(elements=integers()))
def _(l):
    print(l)  # Let's print out the list to see what's happening!
    assert 1 in l

with ward==0.48.0b0, I get

File "/Users/hoefling/Library/Caches/pypoetry/virtualenvs/ward-QqO02Z9H-py3.8/lib/python3.8/site-packages/ward/testing.py", line 136, in run
  self.fn(**resolved_args)

TypeError: _() missing 1 required positional argument: 'l'

However, I recall hypothesis tests were functional some versions ago.

from ward.

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.