bandit icon indicating copy to clipboard operation
bandit copied to clipboard

Human-friendly unit testing for C++11

Results 16 bandit issues
Sort by recently updated
recently updated
newest added

There should be a [Conan package](//conan.io) of bandit. [This is very easy to produce](https://docs.conan.io/en/latest/howtos/header_only.html). However, to do it right, we will make available Conan packages for Snowhouse and Bandit along...

feature

[TAP (Test Anything Protocol)](http://testanything.org/) is used in some communities and bandit should probably be able to support it as a [TAP producer](http://testanything.org/producers.html#cplusplus).

feature

Visualising difference on big string is tricky. I found this library: https://github.com/cubicdaiya/dtl Do you think we could use it to improve string diff visualisation?

inaction
feature

I have a problem when editing my test since a few month: when I have more than one test file (with a `go_bandit([]{` section each), querying a symbol definition with...

### Problem I want to have a single executable with multiple `go_bandit` suites. Some of them may contain `before_each`. ### Expected result Each suite installed by `go_bandit` runs in a...

Hi, for easier filtering (using `--only` or `--skip`) it would be awesome if bandit could output a list of the whole `describe()` hierarchy. (I'd suggest `--list` for such a feature.)...

feature

Sometimes it would be nice to catch exceptions thrown during tests directly with a debugger. Since bandit catches all exceptions (which is a good thing to have as default) this...

feature

One might like to execute an infinite set of test cases and still have bandit `--break-on-failure`. Is there any reason to step through all skipped tests after encountering the first...

feature

It would be nice to get proper [TeamCity](https://www.jetbrains.com/teamcity/) integration for bandit. I think that the easiest way to accomplish this would be to implement a teamcity reporter that uses [tests...

feature

Bandit needs a logo. The [automatically generated avatar](https://avatars1.githubusercontent.com/u/22958327?s=200&v=4) on GitHub always reminds me of that. My initial idea was to combine the hexagon of the [C++ logo](https://en.wikipedia.org/wiki/File:ISO_C%2B%2B_Logo.svg), a bandit mask...

documentation