Giter VIP home page Giter VIP logo

sinon.js's Introduction

Sinon.JS

Build status

Standalone and test framework agnostic JavaScript test spies, stubs and mocks.

Installation

via npm (node package manager)

$ npm install sinon

or install via git by cloning the repository and including sinon.js in your project, as you would any other third party library.

Don't forget to include the parts of Sinon.JS that you want to use as well (i.e. spy.js).

Usage

See the sinon project homepage

Goals

  • No global pollution
  • Easy to use
  • Require minimal “integration”
  • Easy to embed seamlessly with any testing framework
  • Easily fake any interface
  • Ship with ready-to-use fakes for XMLHttpRequest, timers and more

Contribute?

Pick an issue to fix, or pitch new features. To avoid wasting your time, please ask for feedback on feature suggestions either with an issue or on the mailing list.

Run the tests

The Sinon.JS developer environment requires Node/NPM. Please make sure you have Node installed, and install Sinon's dependencies:

$ npm install

On Node

$ npm test

In the browser

Open test/sinon.html in a browser. To test against a built distribution, first make sure you have a build (requires Ruby and Juicer):

$ ./build

Then open test/sinon-dist.html in a browser.

If the build script is unable to find Juicer, try

$ ruby -rubygems build

Some tests needs working XHR to pass. To run the tests over an HTTP server, run

$ node_modules/http-server/bin/http-server

Then open localhost:8080/test/sinon.html in a browser.

On Rhino

The Rhino tests are currently out of commission (pending update after switch to Buster.JS for tests).

sinon.js's People

Contributors

cjohansen avatar mantoni avatar timruffles avatar domenic avatar mrbigdog2u avatar felixge avatar seeflanigan avatar lfac-pt avatar marvinthepa avatar ebi avatar kpdecker avatar martenlienen avatar holowinski avatar augustl avatar jonnyreeves avatar justgook avatar scothis avatar meyertee avatar brandonheyer avatar mokkabonna avatar keithamus avatar dira avatar sky-glenjamin avatar alfred-nsh avatar neonstalwart avatar wwalser avatar kbackowski avatar jamestalmage avatar goligo avatar willbutler avatar

Watchers

Alfredo Mesen avatar

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.