Commit Graph

5 Commits

Author SHA1 Message Date
Felix Heitmann
7964f9ea9a fixing signed/unsigned in test attributes 2025-02-11 10:17:01 +01:00
Felix Heitmann
838d6402bc Attribute tests: remove fmtlib from tests
Use the spdlog::fmt_lib wrapper instead.
2025-02-11 10:17:00 +01:00
Felix Heitmann
37d46472c5 Attributes include unit-tests 2025-02-11 10:17:00 +01:00
Felix Heitmann
e8924a3d47 Attributes: Removing impact on logger
The logger interface should not be bloated by additional functionality. Reducing it to a nested call to `.attrs().put()` achieves the same nesting as `.put_attribute()` but requires a smaller interface change on the logger class.
2025-02-11 10:17:00 +01:00
M4rFri
ffec5f3c07 Added some unit tests 2025-02-11 10:17:00 +01:00