Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Joshua
erp5
Commits
ac19d6c5
Commit
ac19d6c5
authored
7 years ago
by
Rafael Monnerat
Committed by
Klaus Wölfel
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
erp5.util.testsuite: Organise import in a better way.
parent
b0ba5c87
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
erp5/util/testsuite/__init__.py
erp5/util/testsuite/__init__.py
+5
-10
No files found.
erp5/util/testsuite/__init__.py
View file @
ac19d6c5
import
re
,
sys
,
threading
,
os
,
subprocess
import
argparse
import
re
,
os
,
shlex
,
glob
import
sys
,
threading
,
subprocess
import
traceback
import
errno
from
erp5.util
import
taskdistribution
from
pprint
import
pprint
_format_command_search
=
re
.
compile
(
"[[
\\
s $({?*
\\
`#~';<>&|]"
).
search
...
...
@@ -212,15 +216,6 @@ class TestSuite(object):
# (XXX) The code bellow is an generic extension to run a test for any egg.
# The code above was moved from ERP5 code base, because it is generic
# Enough to be used by others.
# (FIXME) Imports should be reorganised in a better way
import
argparse
import
sys
import
glob
import
re
import
os
import
shlex
from
erp5.util
import
taskdistribution
import
re
,
os
,
shlex
,
glob
class
EggTestSuite
(
TestSuite
):
...
...
This diff is collapsed.
Click to expand it.
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