test: add ColorAttributes unit tests #17

Merged
thib8956 merged 1 commits from issue-7/color-attributes-tests into master 2026-03-27 16:56:35 +00:00
Owner

Summary

  • Add 16 unit tests for ColorAttributes covering constructor behavior, fill/stroke flags and colors, null color handling, ID constant, Attributes interface contract, toString output, and instance independence.
  • Addresses the P0 testing gap identified in the testing audit.

Closes #7

## Summary - Add 16 unit tests for `ColorAttributes` covering constructor behavior, fill/stroke flags and colors, null color handling, ID constant, `Attributes` interface contract, `toString` output, and instance independence. - Addresses the P0 testing gap identified in the testing audit. Closes #7
thib8956 added 1 commit 2026-03-27 16:56:14 +00:00
test: add ColorAttributes unit tests
All checks were successful
CI / build-and-test (pull_request) Successful in 18s
e83a6ba7d1
Add 16 tests covering constructor behavior, fill/stroke flags and colors,
null color handling, ID constant, Attributes interface, toString output,
and instance independence.

Closes #7
thib8956 force-pushed issue-7/color-attributes-tests from 8a64d8ae51 to e83a6ba7d1 2026-03-27 16:56:14 +00:00 Compare
thib8956 merged commit 692a03ee88 into master 2026-03-27 16:56:35 +00:00
thib8956 deleted branch issue-7/color-attributes-tests 2026-03-27 16:56:36 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: thib8956/new-shapes#17