Skip to content

Commit

Permalink
test(minecraft): added test cases for rcon & query
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucino772 committed May 5, 2022
1 parent 672e711 commit 4b44114
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/minecraft/test_proto_query.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import unittest

from mojang.minecraft import query


class TestProtoQuery(unittest.TestCase):
pass # TODO: Write tests for Query protocol
7 changes: 7 additions & 0 deletions tests/minecraft/test_proto_rcon.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import unittest

from mojang.minecraft import rcon


class TestProtoRcon(unittest.TestCase):
pass # TODO: Write tests for RCON protocol

0 comments on commit 4b44114

Please sign in to comment.