Skip to content

Commit

Permalink
Consolidate tests into a tests directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Jan 19, 2018
1 parent c80eb4e commit 0b7eac2
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
Empty file added tests/__init__.py
Empty file.
Empty file.
File renamed without changes.
Empty file added tests/test_api/__init__.py
Empty file.
4 changes: 2 additions & 2 deletions publicdb/api/tests.py → tests/test_api/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

from lib.test import datastore as test_datastore

from ..histograms.models import *
from ..inforecords.models import *
from publicdb.histograms.models import *
from publicdb.inforecords.models import *


def is_json(response):
Expand Down
Empty file.
File renamed without changes.
Empty file.
File renamed without changes.
Empty file.
File renamed without changes.
Empty file added tests/test_jsparc/__init__.py
Empty file.
File renamed without changes.
Empty file.
File renamed without changes.

0 comments on commit 0b7eac2

Please sign in to comment.