Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
olapy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
olapy
Commits
979be2bd
Commit
979be2bd
authored
May 15, 2017
by
mouadh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix paths
parent
b2fa6aeb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
tests/test_queries.py
tests/test_queries.py
+2
-2
tests/test_xmla_notox.py
tests/test_xmla_notox.py
+2
-2
No files found.
tests/test_queries.py
View file @
979be2bd
...
...
@@ -3,8 +3,8 @@ from __future__ import absolute_import, division, print_function
import
pandas
as
pd
from
pandas.util.testing
import
assert_frame_equal
from
olapy.core.mdx.executor.execute
import
MdxEngine
from
olapy.core.mdx.parser.parse
import
MdxParser
from
..
olapy.core.mdx.executor.execute
import
MdxEngine
from
..
olapy.core.mdx.parser.parse
import
MdxParser
CUBE
=
'sales'
...
...
tests/test_xmla_notox.py
View file @
979be2bd
...
...
@@ -10,8 +10,8 @@ from spyne.protocol.soap import Soap11
from
spyne.server.wsgi
import
WsgiApplication
from
werkzeug.serving
import
make_server
from
olapy.core.services.xmla
import
XmlaProviderService
from
tests
.xs0_responses
import
TEST_QUERY_AXIS0
from
..
olapy.core.services.xmla
import
XmlaProviderService
from
.xs0_responses
import
TEST_QUERY_AXIS0
HOST
=
"127.0.0.1"
PORT
=
8230
...
...
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