Lars Holmberg
7c0fcc213d
Auto format using Black (20.8b1, which includes the magic trailing commas fix). Added black --check to build.
2020-08-27 09:17:42 +02:00
Jonatan Heyman
5f6937cd6f
Update documentation on custom clients to new event API.
...
Updated example code for XmlRpcLocust to work on Python 3.
2020-02-27 18:28:56 +01:00
cclauss
c1af56026d
Use print() function in both Python 2 and Python 3
...
Discovered via: __flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics__
Legacy __print__ statements are syntax errors in Python 3 but __print()__ function works as expected in both Python 2 and Python 3.
2019-06-26 10:06:39 -04:00
Mark Beacom
532fec806b
Sort all python imports
2017-09-08 03:47:06 -04:00
Mark Beacom
5e2594b17b
Remove unused imports ( #552 )
...
* Remove unused imports and assigned exceptions
* Remove additional unused imports #552
2017-02-23 13:21:51 -05:00
Jonatan Heyman
bd5c555064
Documentation on how to test other systems by writing a custom client
...
Some basic info, and an example of an XML-RPC Locust class + client.
2014-01-17 13:55:49 +01:00