Boyan Beronov

Results 4 comments of Boyan Beronov

This sounds like a perfect introductory exercise for me. Several years ago, I used `logging` for a much smaller framework than this, including fine-grained verbosity and destination configuration as well...

The Pytest fixtures are just the first, and most pressing, step of a larger refactoring effort across the BM and BMG test suites, which will increase their modularity as well...

It should be a matter of linking against `gtest_main`, or, in case there are some fixtures which are currently not visible externally, adding them to a custom `main()` function which...

_Works now!_ The `%ignore` just needed the format from the `%template` declaration to fire. **swig/snap.i** ``` %ignore TVec::GetPrimHashCd; %ignore TVec::GetSecHashCd; ```