Skip to content

Commit

Permalink
Move mcstatus/tests/status_response to /tests
Browse files Browse the repository at this point in the history
As it did py-mine#358
  • Loading branch information
PerchunPak committed Aug 24, 2022
1 parent ec77b34 commit 163f2fd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pytest import fixture, mark, raises

from mcstatus.status_response import JavaStatusPlayer, JavaStatusPlayers, JavaStatusResponse, JavaStatusVersion
from mcstatus.tests.status_response import does_not_raise
from tests.status_response import does_not_raise


class TestJavaStatusResponse:
Expand Down
File renamed without changes.

0 comments on commit 163f2fd

Please sign in to comment.