issues
search
Inumedia
/
SlackAPI
.NET Implementation of the Slack team communication platform API.
MIT License
452
stars
243
forks
source link
Test project refactoring
#82
Closed
gpailler
closed
8 years ago
gpailler
commented
8 years ago
Renamed IntegrationTest project to SlackAPI.Tests
Renamed namespaces from IntegrationTest to SlackAPI.Tests
Replaced MSTest with xUnit
Introduced IntegrationFixture to handle configuration and clients
Introduced TestCollection to ensure IntegrationTests are run sequentialy
Updated InSync timeout to 15 seconds