ivanovkirilg / linebot

A 'robot' moving on 1 axis for learning purposes
0 stars 0 forks source link

LOGR: Broke CTRL unit-test, need to provide a stub #12

Closed ivanovkirilg closed 3 months ago

ivanovkirilg commented 3 months ago

Symptom

CTRL unit-tests broken by PR #6.

Problem

LOGR does not provide a stub implementation for clients' tests.

Cause

No CI pipeline/automated checks before merging.

Solution

Implement LOGR stub classes for use in unit-tests.