Nedlog / testing-toyproblems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing ToyProblems

My solution for testing toy problems and algorithims written in Javascript for the Browser.

Requirements

This suite requires bower, npm, and node.

Installation

  1. Either fork this repo, or just download the latest release directly.
  2. Open a terminal window, and cd into the testing-toyproblems directory.
  3. Run: bower install
  4. Duplicate the _template directory and rename to whatever your first problem is.
  5. Write your tests in the spec.js file.
  6. Write (or copy and paste) your algorithim in the src.js file.
  7. Run SpecRunner.html
  8. Enjoy some TDD!! :)

Upgrading

If you add this repository as an upstream remote, then if any changes are made to the template or other core files, you can just do a git pull for it to work.

Contributing

Feel free to open issues on this github repo with any issues or bugs you encounter. If you find a bug, or want to add a feature, fork the repo, make your change, and create a pull request.

Credits

Inspired by the great work of Phillip Alexander

License

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

License:MIT License


Languages

Language:HTML 75.8%Language:JavaScript 24.2%