Skip to content

Commit 0ee2bf9

Browse files
arcadienclaude
andcommitted
test(TECH-HAL-005): backfill @Req tags for LED test suite
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f722f0d commit 0ee2bf9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/test_led/ledTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ void setUp() {}
2929
#include <avr/io.h>
3030
#include <Attiny84aHal.h>
3131

32+
// @req TECH-HAL-005
3233
void Expect_led_can_switch_on() {
3334
Attiny84aHal hal;
3435
hal.LedOn();
3536
TEST_ASSERT((PORTB & PB1) == PB1);
3637
}
3738

39+
// @req TECH-HAL-005
3840
void Expect_led_can_switch_off() {
3941
Attiny84aHal hal;
4042
hal.LedOff();

0 commit comments

Comments
 (0)