mirror of
https://github.com/vale981/jobmanager
synced 2025-03-06 10:21:39 -05:00
syntax
This commit is contained in:
parent
a96948e7c8
commit
5502cc6082
1 changed files with 1 additions and 3 deletions
|
@ -728,7 +728,6 @@ def test_digest_rejected():
|
||||||
|
|
||||||
def test_exception():
|
def test_exception():
|
||||||
global PORT
|
global PORT
|
||||||
PORT += 1
|
|
||||||
class MyManager_Client(jobmanager.BaseManager):
|
class MyManager_Client(jobmanager.BaseManager):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@ -768,8 +767,7 @@ def test_exception():
|
||||||
return m
|
return m
|
||||||
|
|
||||||
for p_version_server in [2, 3]:
|
for p_version_server in [2, 3]:
|
||||||
global PORT
|
PORT += 2 # plus two because we also check for wrong port
|
||||||
PORT += 10
|
|
||||||
port = PORT
|
port = PORT
|
||||||
authkey = 'q'
|
authkey = 'q'
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue