Skip to content

Commit

Permalink
Minor test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Stiivi committed Apr 17, 2015
1 parent 6ce2bab commit f663cac
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 833 deletions.
150 changes: 0 additions & 150 deletions jsonschema.json

This file was deleted.

2 changes: 1 addition & 1 deletion tests/models/sales_no_date.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "sales",
"measures": [
{"name":"amount", "aggregates":["sum", "min"]},
"amount",
"discount"
],
"aggregates": [
Expand Down
1 change: 1 addition & 0 deletions tests/sql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

from .test_query import *
from .test_browser import *
from .test_mapper import *
2 changes: 0 additions & 2 deletions tests/sql/test_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
import sqlalchemy as sa
import datetime

from cubes import create_dimension, create_cube

from .common import create_table, SQLTestCase

from cubes.errors import HierarchyError
Expand Down
Loading

0 comments on commit f663cac

Please sign in to comment.