kMutagene / AnyBadge.NET

A .NET port of https://github.com/jongracecox/anybadge written in F#.
MIT License
14 stars 1 forks source link

[Feature Request] Add (more) unit tests to allow TDD #3

Closed omaus closed 1 year ago

omaus commented 1 year ago

The aim is to do test-driven development (TTD). For this, a bunch of tests are needed. Implement the unit tests from the Python repository and convert them into F#.

kMutagene commented 1 year ago

Link to python tests: https://github.com/jongracecox/anybadge/blob/master/tests/test_anybadge.py

kMutagene commented 1 year ago

just as a side note, these tests are incredibly easy to port, especially when using copilot.

kMutagene commented 1 year ago

badge test suite is ported