pyCraft/tests
Ammar Askar ca4fd6680e
Connect to localhost instead of the socket's binding address.
The bound address is 0.0.0.0 which usually implies all
available interfaces, which makes sense when listening
for something. However, when connecting to an address,
a specific address needs to be targeted. Hopefully, any
properly configured computer should have `localhost`
pointing to its loopback interface. Fixes #64
2017-07-16 00:19:30 -07:00
..
encryption Add more encryption tests 2015-04-03 07:19:46 +05:00
__init__.py Made some tests for authentication. Still many tests to be made 2015-04-02 00:11:14 +02:00
compat.py Made some tests for authentication. Still many tests to be made 2015-04-02 00:11:14 +02:00
test_authentication.py Update testing configuration: 2017-05-19 11:58:14 +01:00
test_connection.py Connect to localhost instead of the socket's binding address. 2017-07-16 00:19:30 -07:00
test_encryption.py Fix two python3 compatibility problems: 2015-04-17 17:57:34 +05:00
test_exceptions.py Fix various problems in minecraft.authentication and its tests: 2017-03-31 12:59:43 +01:00
test_packets.py Add 4 tests in 'test_connection.py' and fix related bugs. 2016-06-18 18:22:18 +01:00
test_serialization.py Update tests to match new API. 2016-06-17 22:54:21 +01:00
test_version.py Add support for Minecraft pre-release 16w32a (protocol 301). 2016-08-11 10:40:50 +01:00