cs-util-com / cscore

cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
https://cs-util-com.github.io/cscore/
Apache License 2.0
183 stars 31 forks source link

Issue#109: CSVtoJson conversion test done #121

Closed luhyxi closed 6 months ago

luhyxi commented 7 months ago

This creates a xunit test for CSVtoJson conversion in the CsvParserTests, as requested by Issue#109


This change is Reviewable

codeclimate[bot] commented 7 months ago

Code Climate has analyzed commit c7e1e704 and detected 0 issues on this pull request.

View more on Code Climate.

luhyxi commented 7 months ago

Redone the logic and the tests as you said, I put most of the logic inside the CsvParser and made it easier to understand the behavior of the parser.