Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Paul Graydon
slapos
Commits
9adaf05c
Commit
9adaf05c
authored
Nov 04, 2024
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/erp5/test: fix unused variable with setUpModule
parent
341d42e3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
software/erp5/test/test/benchmarks.py
software/erp5/test/test/benchmarks.py
+3
-0
software/erp5/test/test/test_balancer.py
software/erp5/test/test/test_balancer.py
+1
-1
software/erp5/test/test/test_erp5.py
software/erp5/test/test/test_erp5.py
+1
-1
software/erp5/test/test/test_mariadb.py
software/erp5/test/test/test_mariadb.py
+1
-1
No files found.
software/erp5/test/test/benchmarks.py
View file @
9adaf05c
...
...
@@ -44,6 +44,9 @@ from . import ERP5InstanceTestCase, default, matrix, setUpModule
from
.test_erp5
import
ZopeSkinsMixin
_
=
setUpModule
class
TestOrderBuildPackingListSimulation
(
ZopeSkinsMixin
,
ERP5InstanceTestCase
,
...
...
software/erp5/test/test/test_balancer.py
View file @
9adaf05c
...
...
@@ -28,7 +28,7 @@ from slapos.testing.utils import CrontabMixin, ManagedHTTPServer
from
.
import
ERP5InstanceTestCase
,
default
,
matrix
,
setUpModule
setUpModule
# pyflakes
_
=
setUpModule
class
EchoHTTPServer
(
ManagedHTTPServer
):
...
...
software/erp5/test/test/test_erp5.py
View file @
9adaf05c
...
...
@@ -55,7 +55,7 @@ import zc.buildout.configparser
from
.
import
ERP5InstanceTestCase
,
default
,
matrix
,
neo
,
setUpModule
,
ERP5PY3
setUpModule
# pyflakes
_
=
setUpModule
class
TestPublishedURLIsReachableMixin
:
...
...
software/erp5/test/test/test_mariadb.py
View file @
9adaf05c
...
...
@@ -42,7 +42,7 @@ from slapos.testing.utils import CrontabMixin, getPromisePluginParameterDict
from
.
import
ERP5InstanceTestCase
,
default
,
matrix
,
setUpModule
setUpModule
# pyflakes
_
=
setUpModule
class
MariaDBTestCase
(
ERP5InstanceTestCase
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment