Lints.
This commit is contained in:
parent
1433f28846
commit
f37bad0e00
260 changed files with 6363 additions and 3766 deletions
|
|
@ -43,7 +43,8 @@ def test_create_layer_response():
|
|||
Name="_",
|
||||
Shortname="TestLayerShortName"
|
||||
).should.throw(
|
||||
Exception, re.compile(r'already a layer with shortname "TestLayerShortName"')
|
||||
Exception, re.compile(
|
||||
r'already a layer with shortname "TestLayerShortName"')
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -69,4 +70,3 @@ def test_describe_layers():
|
|||
rv1['Layers'].should.equal(rv2['Layers'])
|
||||
|
||||
rv1['Layers'][0]['Name'].should.equal("TestLayer")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue