souvenir
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
10 results tagged unit_test  ✕   ✕
testify https://github.com/stretchr/testify
23/11/2021 cluster icon
  • Mockery : Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal...
  • Intern : Intern is a complete test system for JavaScript designed to help you write and run consistent, high-quality test cases for your JavaScript libraries a...
  • viper : Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed to work within an application, and can handle ...
  • Polly.JS : Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions. Polly taps into nat...
  • Cobra : Cobra is a library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools. Cobra is also an application that ...
thumbnail

Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.

go unit_test mock library
Learn Go with test-driven development https://github.com/quii/learn-go-with-tests
27/07/2019 cluster icon
  • Kata-log : Resources to facilitate coding katas
  • Gophercises : FREE coding exercises for budding gophers
  • Go by Example : Go by Example is a hands-on introduction to Go using annotated example programs.
  • testify : Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.
  • OWASP : The Open Web Application Security Project (OWASP) is a worldwide not-for-profit charitable organization focused on improving the security of software.
thumbnail

Learn Go with test-driven development

go learning reference tdd unit_test
Intern https://theintern.github.io/
18/12/2016 cluster icon
  • FireUnit : JavaScript Unit Testing for Firefox
  • yepnope.js : A Conditional Loader For Your Polyfills!
  • Polly.JS : Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions. Polly taps into nat...
  • hyphenator - Project Hosting on Google Code :
  • howler.js : howler.js is an audio library for the modern web. It defaults to Web Audio API and falls back to HTML5 Audio. This makes working with audio in JavaScr...

Intern is a complete test system for JavaScript designed to help you write and run consistent, high-quality test cases for your JavaScript libraries and applications. It can be used to test any JavaScript code. It can even be used to test non-JavaScript Web and mobile apps, and to run tests written for other test systems.

javascript test library unit_test
Humbug https://github.com/padraic/humbug
22/10/2016 cluster icon
  • Codeception : Codeception PHP Testing Framework is designed to work just out of the box. This means its installation requires minimal steps and no external dependen...
  • Elgg : Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to cr...
  • SilverStripe : Open Source CMS / Framework
  • Phalcon PHP : Phalcon is a web framework implemented as a C extension offering high performance and lower resource consumption.
  • Symfony : Symfony is a set of reusable PHP components and a PHP framework for web projects.
thumbnail

Humbug is a Mutation Testing framework for PHP to measure the real effectiveness of your test suites and assist in their improvement. It eats Code Coverage for breakfast.

php unit_test framework
Codeception http://codeception.com
29/01/2014 cluster icon
  • Humbug : Humbug is a Mutation Testing framework for PHP to measure the real effectiveness of your test suites and assist in their improvement. It eats Code Cov...
  • PHPMD - PHP Mess Detector : What PHPMD does is: It takes a given PHP source code base and look for several potential problems within that source. These problems can be things lik...
  • CodeceptJS : CodeceptJS is a new testing framework for end-to-end testing with WebDriver (or others). It abstracts browser interaction to simple steps that are wri...
  • Selenium Webdriver bindings for PHP : This PHP library allows creating functional webdriver tests with PHP.
  • Kraken Framework : Kraken is the first and only multi-processed, multi-threaded, fault-tolerant framework for PHP. It has been written to provide easy and reliable API f...

Codeception PHP Testing Framework is designed to work just out of the box. This means its installation requires minimal steps and no external dependencies preinstalled (except PHP, of course). Only one configuration step should be taken and you are ready to test your web application from an eye of actual user.

php unit_test test framework
Chai http://chaijs.com
17/07/2013 cluster icon
  • FireUnit : JavaScript Unit Testing for Firefox
  • Neutrino : Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations. It intends to make the process o...
  • Zombie.js : Zombie.js is a lightweight framework for testing client-side JavaScript code in a simulated environment. No browser required.
  • Intern : Intern is a complete test system for JavaScript designed to help you write and run consistent, high-quality test cases for your JavaScript libraries a...
  • Falcor : Falcor is the innovative data platform that powers the Netflix UIs. Falcor allows you to model all your backend data as a single Virtual JSON object o...

Chai is a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework.

nodejs unit_test javascript
Mockery https://github.com/padraic/mockery
26/02/2013 cluster icon
  • testify : Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.
  • vfsStream : vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit t...
  • PHPUnit : PHPUnit is the de-facto standard for unit testing in PHP projects. It provides both a framework that makes the writing of tests easy as well as the fu...
  • JpGraph : JpGraph is an Object-Oriented Graph creating library for PHP >= 5.1 The library is completely written in PHP and ready to be used in any PHP scripts (...
  • Codeception : Codeception PHP Testing Framework is designed to work just out of the box. This means its installation requires minimal steps and no external dependen...
thumbnail

Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.

php unit_test mock library
vfsStream https://github.com/mikey179/vfsStream
14/10/2011 cluster icon
  • PHPUnit : PHPUnit is the de-facto standard for unit testing in PHP projects. It provides both a framework that makes the writing of tests easy as well as the fu...
  • Mockery : Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal...
  • Idiorm and Paris : A minimalist database toolkit for PHP5. Object relational mapper (ORM), fluent SQL query builder and Active Record implementation for PHP.
  • TCPDF : TCPDF is a FLOSS PHP class for generating PDF documents.
  • testify : Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.
thumbnail

vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.

php unit_test library
FireUnit http://fireunit.org
06/01/2009 cluster icon
  • Intern : Intern is a complete test system for JavaScript designed to help you write and run consistent, high-quality test cases for your JavaScript libraries a...
  • SlimerJS : A scriptable browser for Web developers
  • JSLint : The JavaScript Code Quality Tool
  • Enzyme : Enzyme is a JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components' output.
  • Nx : Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and...

JavaScript Unit Testing for Firefox

firefox javascript firebug test unit_test
PHPUnit https://github.com/sebastianbergmann/phpunit/
17/10/2008 cluster icon
  • Mockery : Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal...
  • vfsStream : vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit t...
  • HTML_QuickForm2 : This PHP package provides methods to create, validate and render HTML forms.
  • TCPDF : TCPDF is a FLOSS PHP class for generating PDF documents.
  • Text_Highlighter : Provides functionality to perform syntax highlighting for different file formats.
thumbnail

PHPUnit is the de-facto standard for unit testing in PHP projects. It provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results.

php unit_test library
1648 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn