Stephan Beyer

Results 12 issues of Stephan Beyer

Recently I observed the following behavior: * When I start neovim with a directory as argument, netrw shows up instead of dirvish, * In all other cases, dirvish works as...

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

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

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

It would be nice if *users* could register reporters, failure formatters, color themes (cf. #90), assertion framework adapters, etc. without interfering with the bandit code base. ***edit:*** To be a...

feature

Users should be able to set up an array for the option parser and provide it to `bandit::run` to allow additional options (for example --extended-tests or something might be a...

feature

Committia is not triggered for `git commit --amend`... I also did not find a config option for that. (Moreover, I think no config option would be necessary...)

For cargo-husky users that are new to Rust and the cargo system, it might be unclear how to let updated cargo-husky feature changes in `Cargo.toml` also update the Git hooks....

The issue banditcpp/bandit#140 reports that the special character `\0` leads to the end of the returned (null-terminated) string in the failure formatter of the bandit project. This could be worked...

feature