Mining/pkg/mining
google-labs-jules[bot] e107920b16 feat: add _Good, _Bad, _Ugly tests
Refactors the existing test suite to use a `_Good`, `_Bad`, and `_Ugly` testing structure. This new format improves the clarity and organization of the tests by distinguishing between happy path scenarios (_Good), expected failures (_Bad), and edge cases (_Ugly).

In addition to reorganizing the existing tests, this change also introduces new `_Bad` test cases to `xmrig_test.go` to cover previously untested failure modes, such as a missing miner binary and an unreachable API. This improves the overall quality and robustness of the test suite.
2025-11-13 21:24:25 +00:00
..
manager.go feat: Increase test coverage for pkg/mining 2025-11-10 00:06:35 +00:00
manager_interface.go feat: Increase test coverage for pkg/mining 2025-11-10 00:06:35 +00:00
manager_test.go feat: add _Good, _Bad, _Ugly tests 2025-11-13 21:24:25 +00:00
mining.go feat: Increase test coverage for pkg/mining 2025-11-10 00:06:35 +00:00
mining_test.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00
service.go fix(ui): Correct UI build and server configuration 2025-11-13 19:49:58 +00:00
service_test.go feat(mining): Increase test coverage for service and manager 2025-11-13 19:23:33 +00:00
syslog_unix.go windows build fix 2025-11-09 19:13:48 +00:00
syslog_windows.go windows build fix 2025-11-09 19:13:48 +00:00
ttminer.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00
version.go adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00
xmrig.go feat(mining): Increase test coverage for manager 2025-11-13 19:17:07 +00:00
xmrig_test.go feat: add _Good, _Bad, _Ugly tests 2025-11-13 21:24:25 +00:00