/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/tests/test_load_test.py

  • Committer: Jelmer Vernooij
  • Date: 2023-01-31 19:08:09 UTC
  • mto: This revision was merged to the branch mainline in revision 545.
  • Revision ID: jelmer@jelmer.uk-20230131190809-n0xfd2lh69e3xocd
Sort Python import definitions with isort

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
"""Tests for the load testing code."""
14
14
 
15
15
import socket
 
16
import threading
16
17
import time
17
 
import threading
18
18
from queue import Empty
19
19
 
20
20
from breezy import tests
22
22
 
23
23
from .. import load_test
24
24
 
25
 
 
26
25
empty_script = """{
27
26
    "parameters": {},
28
27
    "requests": []