CarterCommunity / Carter

Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
MIT License
2.08k stars 175 forks source link

Seperate out test classes and test modules #174

Closed jchannon closed 5 years ago

jchannon commented 5 years ago

Currently there are a few test classes that have modules in them. These need splitting out into separate classes.

There are also test classes that other types that should be split out too.

Once all the splitting is done it may look messy, if so we might want to create a feature folder to put the classes in to signify what each test folder represents eg/ Tests/Features/Modelbinding