Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mschwager/memunit

A testing library for ensuring memory usage levels in Python.

memory profiler python ram test testing unit-test unittest

Last synced: 05 Jul 2024

https://github.com/SeldomQA/seldom

Seldom automation testing framework based on unittest

appium python requests selenium test-framework unittest

Last synced: 05 Jul 2024

https://github.com/ngneat/spectator

๐ŸฆŠ ๐Ÿš€ A Powerful Tool to Simplify Your Angular Tests

angular angular-testing clean easy testing typescript unittest

Last synced: 04 Jul 2024

https://github.com/burakeregar/KotlinMvpArchitecture

Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!

android-testing android-tests clean-architecture dagger2 dagger2-mvp kotlin kotlin-android kotlintest leakcanary mvp mvp-android mvp-architecture mvp-clean mvp-pattern retrofit retrofit2 unit-test unit-testing unittest unittesting

Last synced: 03 Jul 2024

https://github.com/crazy-canux/westeros

Test automation framework, based on robotframework and unittest.

automation qa robotframework test unittest

Last synced: 19 Jun 2024

https://github.com/pantuza/c-project-template

A C project template with Makefile, command line options parsing, unittest using cmocka and valgrind

c clang cmocka makefile options-parsing template unittest valgrind

Last synced: 17 Jun 2024

https://github.com/xchapter7x/hcunit

Helm Chart Unit: helps to unit test rendering of your templates using policies

helm helm-plugin helm-plugins opa open-policy-agent rego unit-test unit-testing unittest unittesting unittests

Last synced: 16 Jun 2024

https://github.com/helm-unittest/helm-unittest

BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin.

helm helm-chart helm-plugin kubernetes testing unittest

Last synced: 16 Jun 2024

https://github.com/v1tzor/TimePlanner

Mobile app for planning tasks for the day with multimodule architecture, MVI, Compose, Room, Voyager, AlarmManager, Notification, Charts

alarmmanager android charts clean-architecture compose feature-engineering flow jetpack-compose kotlin kotlin-coroutines material3 mvi mvi-clean-architecture notifications planner-app room unittest voyager

Last synced: 14 Jun 2024

https://github.com/v1tzor/GlobalNewsApp

A simple application for viewing news with multimodule architecture, Retrofit, MVVM, paging, unit tests

android clean-architecture coroutines kotlin multimodule paging-library retrofit2 room unittest

Last synced: 14 Jun 2024

https://github.com/songcser/sanic-ms

ๅŸบไบŽsanic็š„ๅพฎๆœๅŠกๅŸบ็ก€ๆžถๆž„

aiohttp aiohttp-client asyncio microservice peewee sanic swagger unittest zipkin

Last synced: 11 Jun 2024

https://github.com/MikeSchulze/gdUnit4

A Godot Unit Test Framework. Support for GDScript and C# unit testing

gdunit godot test-automation testing testing-tools unit-test unittest unittest-framework

Last synced: 08 Jun 2024

https://github.com/q231950/rorschach

Write XCTests in BDD style ๐Ÿคท๐Ÿปโ€โ™‚๏ธ

bdd bdd-style swift-function-builders swift-result-builders testing uitest unittest xctest

Last synced: 06 Jun 2024

https://github.com/nycdatasci/autotest

Auto-test framework for R language

autotest r unittest

Last synced: 04 Jun 2024

https://github.com/Ryooooooga/cute

Header only Unit Testing Framework for C99

c header-only unittest unittesting

Last synced: 31 May 2024

https://github.com/alibaba/testable-mock

ๆข็งๆ€่ทฏๅ†™Mock๏ผŒ่ฎฉๅ•ๅ…ƒๆต‹่ฏ•ๆ›ด็ฎ€ๅ•

mock unittest

Last synced: 31 May 2024

https://github.com/aws-samples/aws-unit-testing

Unit testing AWS interactions with pytest and moto. The examples demonstrate how to structure, setup, teardown, mock, and conduct unit testing. These concepts can be applied to general code and are not restricted to AWS interactions. The source code is only intended to demonstrate unit testing.

aws aws-lambda aws-s3 boto3 cicd devops mock moto pytest python python3 testing testing-tools unit-testing unittest

Last synced: 29 May 2024

https://github.com/RelationalAI-oss/XUnit.jl

XUnit.jl is a unit-testing framework for Julia.

julia julia-language julialang unittest unittesting-library

Last synced: 29 May 2024

https://github.com/0handersson0/UnitGPT

Small visual studio extension for creating code and unit tests with the power of openAI

chatgpt code unittest visualstudio

Last synced: 28 May 2024

https://github.com/wanderindev/hr-rest-api

RESTful API for Human Resources Database

flask flask-jwt flask-restful flask-sqlalchemy postgresql unittest

Last synced: 27 May 2024

https://github.com/xmlrunner/unittest-xml-reporting

unittest-based test runner with Ant/JUnit like XML reporting.

jenkins junit-xml nose pytest python test-runner unittest xml-report xunit xunit-tests

Last synced: 26 May 2024

https://github.com/jyapayne/einheit

Nim unit test library

macro nim testing unittest

Last synced: 17 May 2024

https://github.com/jparise/flake8-assertive

Flake8 unittest assert method checker

flake8 python unittest

Last synced: 15 May 2024

https://github.com/jphp-group/tester

Unit Testing Framework for JPHP and JPPM

jphp php testing unit-testing unittest

Last synced: 14 May 2024

https://github.com/alicebob/miniredis

Pure Go Redis server for Go unittests

go redis unittest

Last synced: 13 May 2024

https://github.com/macku/jest-puppe-shots

A Jest plugin for creating screenshots of React components with a little help of Puppeteer

chrome css enzyme javascript jest jest-matchers js matcher puppet puppeteer react react-components screenshot snapshot testing unit-testing unittest visual-regression visual-testing

Last synced: 10 May 2024

https://github.com/goldbergyoni/javascript-testing-best-practices

๐Ÿ“—๐ŸŒ ๐Ÿšข Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)

angular chai ci cicd contract-testing e2e e2e-tests express integration-testing javascript jest mocha mutation mutation-testing nodejs react test testing unittest

Last synced: 10 May 2024

https://github.com/bmedicke/bhdr

beauftiful home assistant TUI ๐Ÿ‘๏ธ๐Ÿ™

cli command-line go golang home-assistant tui unittest websocket

Last synced: 10 May 2024

https://github.com/wemake-services/pytest-modified-env

Pytest plugin to fail a test if it leaves modified `os.environ` afterwards.

codequality pytest pytest-plugin python3 test testing tests unittest

Last synced: 07 May 2024

https://github.com/ReviewNB/treon

Easy to use test framework for Jupyter Notebooks

jupyter-notebooks unittest

Last synced: 06 May 2024

https://github.com/cgoldberg/python-unittest-tutorial

Python3 tutorial - unittest module - PyMOTW

python python3 tutorial unittest

Last synced: 02 May 2024

https://github.com/gammasoft71/xtd

Free open-source modern C++17 / C++20 framework to create console, GUI (forms like WinForms) and unit test applications and libraries on Microsoft Windows, Apple macOS and Linux.

c-plus-plus cli cmake console cplusplus-20 cpp cross-platform cross-platform-desktop cross-platform-gui desktop framework gui gui-framework gui-toolkit portable raii test-framework toolkit unittest xtd

Last synced: 01 May 2024

https://github.com/maargenton/go-testpredicate

Unit-testing predicates for Go.

bdd go golang predicate test testing tests unit-testing unittest

Last synced: 29 Apr 2024

https://github.com/msoap/go-carpet

Tool for show test coverage in terminal for Go source files

cli golang test-coverage unittest

Last synced: 29 Apr 2024

https://github.com/simonkowallik/tcl-smock

:nut_and_bolt: A simple TCL mock implementation primarily designed for unit testing of F5 iApps and tmsh scripts

mock mocking tcl testing unittest

Last synced: 29 Apr 2024

https://github.com/CleanCut/green

Green is a clean, colorful, fast python test runner.

green python test-automation test-driven-development test-runner testing unittest

Last synced: 28 Apr 2024

https://github.com/cobraframework/cobra

A fast, flexible and simple development environment framework for Ethereum smart contract, testing and deployment on EVM.

blockchain compile deploy ethereum framework hdwallet network pytest smart-contracts test unittest

Last synced: 25 Apr 2024

https://github.com/MatthewLoveQUB/SKILL_Tools

Utilities for working with Cadence's SKILL/SKILL++ including a unit testing framework.

cadence lisp skill unittest unittesting virtuoso

Last synced: 25 Apr 2024

https://github.com/Quick/Spry

A Mac and iOS Playgrounds Unit Testing library based on Nimble.

bdd ios ipad macos nimble osx playground quick swift testing unittest

Last synced: 22 Apr 2024

https://github.com/winterbe/expekt

BDD assertion library for Kotlin

assertions bdd junit kotlin test unittest

Last synced: 20 Apr 2024

https://github.com/pgrange/bash_unit

bash unit testing enterprise edition framework for professionals

assertions bash tdd test-driven-development test-framework testing unit-testing unittest xunit

Last synced: 17 Apr 2024

https://github.com/TypedDevs/bashunit

Test your bash scripts in the fastest and simplest way, discover the most modern bash testing framework.

assertions bash bash-script hacktoberfest mocking tdd test-driven-development testing testing-framework unittest unittest-framework unittesting unittesting-library

Last synced: 17 Apr 2024

https://github.com/MikeSchulze/gdUnit3

A Godot Unit Test Framework. Support for gdScript and c# unit testing

gdunit godot test-automation test-driven-development testing testing-tools tool unit-test unittest

Last synced: 12 Apr 2024

https://github.com/xchapter7x/clarity

A declaritive test framework for Terraform

hcl hcl2 terraform terraform-tests unit-test unittest

Last synced: 10 Apr 2024

https://github.com/harvic3/nodetskeleton

A NodeJs Skeleton based in Clean Architecture to use TypeScript with ExpressJS, KoaJS or any other web server framework. Please give star to project to show respect to author and effort. ๐Ÿค—

architecture clean-architecture clean-code cli design-patterns easy-to-use expressjs injection-container koajs microservice monorepo nodejs scaffolding scalable solid stories template typescript unittest workers

Last synced: 08 Apr 2024

https://github.com/TheCodeMonks/NYTimes-iOS

๐Ÿ—ฝ NY Times is an Minimal News ๐Ÿ—ž iOS app ๐Ÿ“ฑ built to describe the use of SwiftSoup and CoreData with SwiftUI๐Ÿ”ฅ

combine coredata coredata-swiftui dependency-injection hacktoberfest ios ios-app ios-app-development ios-open-source ios-swift mvvm-architecture singleton swift5 swiftsoup swiftui swiftui-example swiftui-learning unittest viewmodel webscraping

Last synced: 08 Apr 2024

https://github.com/MakeAWishFoundation/SwiftyMocky

Framework for automatic mock generation. Adds a set of handy methods, simplifying testing. One of the best and most complete solutions, including generics support and much more.

generating-mocks mock swift unittest xcode9

Last synced: 03 Apr 2024

https://github.com/httprunner/PyUnitReport

A unit test runner for Python, and generate HTML reports.

html-report test-runner unittest

Last synced: 24 Mar 2024

https://github.com/shawnbrown/datatest

Tools for test driven data-wrangling and data validation.

data-wrangling pytest-plugin python quality-assurance testing unittest

Last synced: 16 Mar 2024