Browse Source

Added warning about tests incompleteness

tags/docs-0.9
RogueException 9 years ago
parent
commit
0460017456
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/Discord.Net.Tests/Tests.cs

+ 2
- 0
test/Discord.Net.Tests/Tests.cs View File

@@ -7,6 +7,8 @@ using System.Threading.Tasks;


namespace Discord.Tests namespace Discord.Tests
{ {
//TODO: Tests are massively incomplete and out of date, needing a full rewrite

[TestClass] [TestClass]
public class Tests public class Tests
{ {


Loading…
Cancel
Save