1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-07-10 17:18:43 -04:00
Commit graph

9 commits

Author SHA1 Message Date
Thor77
51abb87c88 Fix lint errors 2023-01-14 18:39:20 +01:00
Thor77
c9ab6f6b97 Add encoding-header to missing files 2017-09-16 22:31:15 +02:00
Thor77
1c224fa0ee Use parse_logs instead of _parse_details 2017-09-09 18:36:43 +02:00
Thor77
683f9b984a Add testcase for wrong identifier with identmap
If a client connects with a secondary identifier first,
this one is used as the identifier for the Client-object instead of the
primary one.
2017-03-29 12:45:35 +02:00
Thor77
5e19e38965 Fix E501 (line too long) 2017-02-19 17:17:14 +01:00
Matthew
5968dc31dd Support for a nicer structure for ID maps ()
This adds support for a more expressive (albeit more verbose) IdentMap
structure. It makes it easier to annotate the structure with additional
data (such as names to associate with the IDs), to assist with
maintaining the IdentMap.
2017-02-18 14:58:23 +01:00
Thor77
72c1eb78f8 Use fixture for providing clients
for test_client and test_ident_map
2017-02-12 21:38:29 +01:00
Thor77
d9f46e1b33 test refactored tsstats.client.Clients correctly in test_ident_map.py 2016-05-19 15:47:01 +02:00
Thor77
a25a596d02 split tsstats.py into package with multiple files 2016-05-08 21:32:37 +02:00
Renamed from tests/test_ident_map.py (Browse further)