tcframe
Test generator
Automates generation of test cases for competitive programming problems
Test case generation framework for competitive programming problems
157 stars
8 watching
26 forks
Language: C++
last commit: 3 days ago competitive-programmingtest-framework
Related projects:
Repository | Description | Stars |
---|---|---|
sheredom/utest.h | A single header unit testing framework for C and C++ | 853 |
snaipe/criterion | A cross-platform unit testing framework with C and C++ support | 2,047 |
tuplanolla/cheat | Convenient unit testing framework for the C programming language | 170 |
jasmcaus/tau | A lightweight unit testing framework for C and C++ projects | 161 |
jimporter/mettle | A C++20 unit testing framework providing a toolbox of features for writing tests | 122 |
vittorioromeo/mettle | A C++14 unit test framework providing a toolbox of features for writing and running tests | 0 |
johnathan79717/codeforces-parser | Generates sample tests and input/output files for competitive programming contests | 137 |
emil-e/rapidcheck | A C++ framework for property-based testing | 1,015 |
kassane/catch2 | A modern C++ test framework with support for unit tests, micro-benchmarking, and BDD-style testing | 0 |
vcaesar/tt | A tool for writing and running tests in Go with colorful output and benchmarking capabilities. | 8 |
johnnyhendriks/testadapter_catch2 | Supports testing with Catch2 C++ framework in Visual Studio | 106 |
clean-test/clean-test | A C++20 unit-testing framework with parallel execution and production-ready features | 49 |
cpp-testing/gunit | A C++ testing framework that simplifies and extends Google.Test with support for Gherkin-style tests and reduced boilerplate code. | 263 |
teleporthq/teleport-code-generators | Automated code generators for modern web applications, supporting multiple frameworks and libraries. | 1,010 |
com-lihaoyi/utest | A simple testing framework for Scala | 487 |