Add more tests for Permissions class (#967)

* Add tests for more Permissions code coverage

* Add guild tests

* Add more in-depth covering of permissions methods

* Add tests for OverwritePermissions

* Remove unknown ItemGroup tag from csproj

* Add missing Fact attributes, separate class so that it is not dependant on main test fixture

* Separate out GuildPermissions and ChannelPermissions tests from main partial Tests class because they do not need to have access to the main test fixture
This commit is contained in:
Chris Johnston
2018-03-01 17:06:48 -08:00
committed by Christopher F
parent 32ebdd51f7
commit 63e670464f
4 changed files with 713 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
using System;
using System;
using System.Threading.Tasks;
using Xunit;
namespace Discord
{
public partial class Tests
public class ChannelPermissionsTests
{
[Fact]
public Task TestChannelPermission()