Code Monkey home page Code Monkey logo

phpspecskipexampleextension's People

Contributors

bitone avatar damien-carcel avatar gquemener avatar nidup avatar pamil avatar phaseinducer avatar stloyd avatar stof avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

phpspecskipexampleextension's Issues

It requires PhpSpec 2.1*, why not ~2.1?

This extension forces me to use PhpSpec 2.1.*, while I want to use 2.3 instead. Can you make it ~2.1? I guess there's no BC introduced between 2.1 and 2.3.

Annotate the whole spec

Idea is to provide an annotation to skip spec of classes that depends on third party interfaces.

Current usage of the extension leads to annotate, most of the time, almost all examples with @require class, which is too much redundant.

Solution would be to provide a @require class or @require interface annotation (to prevent relying on 3rd party implementation). It's only appliable on spec and skips all examples when class/interface does not exist (meaning 3rd party lib is not used).

Removing the skip annotation

You implemented a @skip annotation skipping the example all the time. However, this does not make sense. If the example is never runnable, it should be marked as pending, not as skipped. Skipping is useful when the example can run only for some environments.

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.