pyCraft/tests
Jeppe Klitgaard a31f1c543f More datatype abstraction:
* NumberDatatype
* StringDatatype

_raise_serialization_value_error_data is now a classmethod instead of a classmethod.

Tests for MIN and MAX number values of NumberDatatypes have been made more abstract.

TEST_DATA_* has been removed from variable names. Sometimes it can get a little too rediculous with these var-names, don't you think?
2015-04-16 09:02:54 +02: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 Moved tests around for more logical order. Made tests for Profile object. 2015-04-07 20:07:47 +02:00
test_connection.py Quick little base test for connection 2015-04-03 22:04:45 +05:00
test_datatypes.py More datatype abstraction: 2015-04-16 09:02:54 +02:00
test_encryption.py Fully test the encryption package, and add a test for uncompressed packets when packet compression is enabled 2015-04-03 21:30:31 +05:00
test_exceptions.py Abstraction in exceptions tests 2015-04-14 19:45:15 +02:00
test_serialization.py Fully test the encryption package, and add a test for uncompressed packets when packet compression is enabled 2015-04-03 21:30:31 +05:00
test_version.py Added the first test, yay 2015-04-01 17:40:40 +02:00