Skip to content

Commit

Permalink
Use the real movies dataset in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clemente committed May 26, 2021
1 parent ddc7cb4 commit ccd1583
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions sql_grader/tests/fixtures/rating.sql

This file was deleted.

2 changes: 1 addition & 1 deletion sql_grader/tests/test_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TestGrading(TestCase):
"""
def setUp(self):
current_folder = os.path.dirname(__file__)
sql_file = "{0}/fixtures/rating.sql".format(current_folder)
sql_file = "{0}/../datasets/rating.sql".format(current_folder)
self.database = SqlProblem.create_database(sql_file)

def test_select_returning_matching_results_in_wrong_order(self):
Expand Down

0 comments on commit ccd1583

Please sign in to comment.