crowdin / crowdin-api-client-dotnet

.NET client library for Crowdin API
https://www.nuget.org/packages/Crowdin.Api/
MIT License
52 stars 27 forks source link

Refactor `Core` directory in the `Crowdin.Api.Tests` #272

Closed andrii-bodnar closed 2 weeks ago

andrii-bodnar commented 1 month ago

We need to move the files in the Core directory (under the Crowdin.Api.Tests namespace) to the new TestUtils directory. The current structure is confusing, as developers expect the Core directory to contain only its specific tests.

Originally posted by @EvilKot in https://github.com/crowdin/crowdin-api-client-dotnet/issues/271#issuecomment-2414595325