Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase modularity #103

Open
sbeyer opened this issue May 29, 2017 · 0 comments
Open

Increase modularity #103

sbeyer opened this issue May 29, 2017 · 0 comments
Assignees
Labels
feature Feature request
Milestone

Comments

@sbeyer
Copy link
Member

sbeyer commented May 29, 2017

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 little more elaborate: The idea is to split off reporters, formatters, colorizers from the options and have functions like register_reporter(), register_formatter(), etc. However, there must also be a register_defaults() that registers all the things bandit is shipped with.
One of the benefits would be that there is no need to include these reporter/formatter/… header files in every spec source file, but only in the main.cpp file, so this improves compile time a little (ignoring the fact that probably the longest compile time comes from snowhouse).

@sbeyer sbeyer added the feature Feature request label May 29, 2017
@sbeyer sbeyer self-assigned this May 29, 2017
@sbeyer sbeyer added this to the 3.0 Release milestone May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

No branches or pull requests

1 participant