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:
committed by
Christopher F
parent
32ebdd51f7
commit
63e670464f
@@ -1,10 +1,10 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Xunit;
|
||||
|
||||
namespace Discord
|
||||
{
|
||||
public partial class Tests
|
||||
public class GuidPermissionsTests
|
||||
{
|
||||
[Fact]
|
||||
public Task TestGuildPermission()
|
||||
|
||||
Reference in New Issue
Block a user