377 skills found · Page 1 of 13
awslabs / DeequDeequ is a library built on top of Apache Spark for defining "unit tests for data", which measure data quality in large datasets.
AutoFixture / AutoFixtureAutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
agiledragon / Gomonkeygomonkey is a library to make monkey patching in unit tests easy
bUnit-dev / BUnitbUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
swiftlang / Swift Corelibs XctestThe XCTest Project, A Swift core library for providing unit test support
gammasoft71 / XtdFree open-source modern C++20 framework to create console (CLI), forms (GUI like WinForms) and unit test (xUnit) applications and libraries on Windows, macOS, Linux, iOS, Android, FreeBSD, Haiku, and SerenityOS.
instancio / InstancioA library that creates fully populated objects for your unit tests.
google / CmockeryA lightweight library to simplify and generalize the process of writing unit tests for C applications.
KjellKod / G3logG3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.
goodby / CsvGoodby CSV is a high memory efficient flexible and extendable open-source CSV import/export library for PHP 5.3. 1. Memory Management Free This library designed for memory unbreakable. It will not be accumulated in the memory whole rows. The importer read CSV file and execute callback function line by line. 2. Multibyte support This library supports mulitbyte input/output: for example, SJIS-win, EUC-JP and UTF-8. 3. Ready to Use for Enterprise Applications Goodby CSV is fully unit-tested. The library is stable and ready to be used in large projects like enterprise applications.
kigster / Cmake Project TemplateThis project is aimed at jump-starting a C/C++ project that can build libraries, binaries and have a working unit test suite. It uses CMake build system and is deliberately completely minimal.
guilherme-v / Flutter Clean Architecture ExampleA flutter's implementation of a "clean architecture" comparing BLoC, Cubit, GetIt, MobX, Provider, and Riverpod. It includes tests to all libraries and additional features like Material 3 theming, Widget and Unit Tests, Infinite scrolling, Remote API calls, Caching and etc..
bluebird75 / LuaunitLuaUnit is a popular unit-testing framework for Lua, with an interface typical of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports several output formats (Text, TAP, JUnit, ...) to be used directly or work with Continuous Integration platforms (Jenkins, Maven, ...).
dart-lang / TestA library for writing unit tests in Dart.
assertpy / AssertpySimple assertion library for unit testing in python with a fluent API
lduchosal / IpnetworkIPNetwork command line and C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. It works with IPv4 as well as IPv6, is written in C#, has a light and clean API, and is fully unit-tested
square / BurstA unit testing library for varying test data.
google / Googletest RustA unit testing library which provides rich assertions, fixtures, and other advanced testing features. Inspired by Google's C++ testing library googletest.
mmurdoch / ArduinounitArduinoUnit is a unit testing framework for Arduino libraries
ChristopherME / Movies AndroidAndroid playground project with modularization by feature (android libraries), unit tests, MVVM & MVI.