Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin
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
Léo-Paul Géneau
wendelin
Commits
a9a909f7
Commit
a9a909f7
authored
Sep 01, 2015
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up.
parent
02a2de4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
14 deletions
+12
-14
bt5/erp5_wendelin/TestTemplateItem/portal_components/test.erp5.testWendelin.py
...tTemplateItem/portal_components/test.erp5.testWendelin.py
+1
-2
bt5/erp5_wendelin/TestTemplateItem/portal_components/test.erp5.testWendelin.xml
...TemplateItem/portal_components/test.erp5.testWendelin.xml
+11
-12
No files found.
bt5/erp5_wendelin/TestTemplateItem/portal_components/test.erp5.testWendelin.py
View file @
a9a909f7
...
...
@@ -28,7 +28,6 @@
from
Products.ERP5Type.tests.ERP5TypeTestCase
import
ERP5TypeTestCase
from
Products.ERP5Type.tests.utils
import
createZODBPythonScript
from
wendelin.bigarray.array_zodb
import
ZBigArray
from
DateTime
import
DateTime
import
msgpack
import
numpy
as
np
import
string
...
...
@@ -79,7 +78,7 @@ class Test(ERP5TypeTestCase):
import
scipy
import
sklearn
import
pandas
def
test_01_IngestionFromFluentd
(
self
):
"""
Test ingestion using a POST Request containing a msgpack encoded message
...
...
bt5/erp5_wendelin/TestTemplateItem/portal_components/test.erp5.testWendelin.xml
View file @
a9a909f7
...
...
@@ -46,18 +46,17 @@
<key>
<string>
text_content_warning_message
</string>
</key>
<value>
<tuple>
<string>
W: 39, 8: Unused variable \'n\' (unused-variable)
</string>
<string>
W: 79, 4: Unused variable \'scipy\' (unused-variable)
</string>
<string>
W: 81, 4: Unused variable \'pandas\' (unused-variable)
</string>
<string>
W: 80, 4: Unused variable \'sklearn\' (unused-variable)
</string>
<string>
W: 99, 22: Unused variable \'data_supply\' (unused-variable)
</string>
<string>
W:139, 22: Unused variable \'data_supply\' (unused-variable)
</string>
<string>
W:190, 8: Unused variable \'i\' (unused-variable)
</string>
<string>
W:139, 4: Unused variable \'ingestion_policy\' (unused-variable)
</string>
<string>
W:220, 4: Unused variable \'ingestion_policy\' (unused-variable)
</string>
<string>
W:220, 22: Unused variable \'data_supply\' (unused-variable)
</string>
<string>
W:220, 48: Unused variable \'data_array\' (unused-variable)
</string>
<string>
W: 31, 0: Unused DateTime imported from DateTime (unused-import)
</string>
<string>
W: 38, 8: Unused variable \'n\' (unused-variable)
</string>
<string>
W: 78, 4: Unused variable \'scipy\' (unused-variable)
</string>
<string>
W: 80, 4: Unused variable \'pandas\' (unused-variable)
</string>
<string>
W: 79, 4: Unused variable \'sklearn\' (unused-variable)
</string>
<string>
W: 98, 22: Unused variable \'data_supply\' (unused-variable)
</string>
<string>
W:138, 22: Unused variable \'data_supply\' (unused-variable)
</string>
<string>
W:189, 8: Unused variable \'i\' (unused-variable)
</string>
<string>
W:138, 4: Unused variable \'ingestion_policy\' (unused-variable)
</string>
<string>
W:219, 4: Unused variable \'ingestion_policy\' (unused-variable)
</string>
<string>
W:219, 22: Unused variable \'data_supply\' (unused-variable)
</string>
<string>
W:219, 48: Unused variable \'data_array\' (unused-variable)
</string>
</tuple>
</value>
</item>
...
...
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