GithubHelp home page GithubHelp logo

Add examples in batch about hypothesis HOT 1 CLOSED

nilp0inter avatar nilp0inter commented on July 18, 2024
Add examples in batch

from hypothesis.

Comments (1)

Zac-HD avatar Zac-HD commented on July 18, 2024

Thanks for writing up the proposal! We've considered this a few times before, and decided not to include it for reasons including:

  • individual decorators are much easier for tools to work with, whether that's typecheckers or Hypothesis' own patch-dumping logic
  • there are a couple of reasonable API designs - passing tuples or dicts of arguments is more convenient but doesn't support xfail or via methods; passing a sequence of decorator objects begs the question of why you're wrapping them
  • every new feature we support is a cognitive burden on all our users, especially learners. We strongly prefer to have as small and orthogonal an interface as we can.
  • it's easy to implement this downstream, as a helper function in your own tests: eg https://github.com/python/cpython/blob/67a91f78e4395148afcc33e5cd6f3f0a9623e63a/Lib/test/test_zoneinfo/test_zoneinfo_property.py#L73-L100

from hypothesis.

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.