• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.conan/H28-Jul-2021-

.github/H28-Jul-2021-

CMake/H28-Jul-2021-

artwork/H03-May-2022-

contrib/H28-Jul-2021-

docs/H28-Jul-2021-

examples/H03-May-2022-

include/H28-Jul-2021-

misc/H03-May-2022-

projects/H03-May-2022-

scripts/H28-Jul-2021-

single_include/catch2/H28-Jul-2021-

src/H28-Jul-2021-

third_party/H28-Jul-2021-

.clang-formatH A D28-Jul-2021628

.gitattributesH A D28-Jul-2021613

.gitignoreH A D28-Jul-2021512

.travis.ymlH A D28-Jul-20218.1 KiB

BUILD.bazelH A D28-Jul-2021436

CODE_OF_CONDUCT.mdH A D28-Jul-20213.1 KiB

README.mdH A D28-Jul-20212.1 KiB

appveyor.ymlH A D28-Jul-20212.6 KiB

codecov.ymlH A D28-Jul-2021438

conanfile.pyH A D28-Jul-20211,006

README.md

1<a id="top"></a>
2![catch logo](artwork/catch2-logo-small.png)
3
4[![Github Releases](https://img.shields.io/github/release/catchorg/catch2.svg)](https://github.com/catchorg/catch2/releases)
5[![Build Status](https://travis-ci.org/catchorg/Catch2.svg?branch=v2.x)](https://travis-ci.org/catchorg/Catch2)
6[![Build status](https://ci.appveyor.com/api/projects/status/github/catchorg/Catch2?svg=true)](https://ci.appveyor.com/project/catchorg/catch2)
7[![codecov](https://codecov.io/gh/catchorg/Catch2/branch/v2.x/graph/badge.svg)](https://codecov.io/gh/catchorg/Catch2)
8[![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/6JUH8Eybx4CtvkJS)
9[![Join the chat in Discord: https://discord.gg/4CWS9zD](https://img.shields.io/badge/Discord-Chat!-brightgreen.svg)](https://discord.gg/4CWS9zD)
10
11
12<a href="https://github.com/catchorg/Catch2/releases/download/v2.13.7/catch.hpp">The latest version of the single header can be downloaded directly using this link</a>
13
14## Catch2 is released!
15
16If you've been using an earlier version of Catch, please see the
17Breaking Changes section of [the release notes](https://github.com/catchorg/Catch2/releases/tag/v2.0.1)
18before moving to Catch2. You might also like to read [this blog post](https://levelofindirection.com/blog/catch2-released.html) for more details.
19
20## What's the Catch?
21
22Catch2 is a multi-paradigm test framework for C++. which also supports
23Objective-C (and maybe C).
24It is primarily distributed as a single header file, although certain
25extensions may require additional headers.
26
27## How to use it
28This documentation comprises these three parts:
29
30* [Why do we need yet another C++ Test Framework?](docs/why-catch.md#top)
31* [Tutorial](docs/tutorial.md#top) - getting started
32* [Reference section](docs/Readme.md#top) - all the details
33
34## More
35* Issues and bugs can be raised on the [Issue tracker on GitHub](https://github.com/catchorg/Catch2/issues)
36* For discussion or questions please use [the dedicated Google Groups forum](https://groups.google.com/forum/?fromgroups#!forum/catch-forum) or our [Discord](https://discord.gg/4CWS9zD)
37* See [who else is using Catch2](docs/opensource-users.md#top)
38