Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
[Tests] Removed __init__ from tests directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdetronquito committed Dec 29, 2016
1 parent ccf3ad9 commit 3fc30c9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_clause.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import plume
from tests.utils import Pokemon
from utils import Pokemon

import pytest

Expand Down
2 changes: 1 addition & 1 deletion tests/test_database.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from plume import Database, Model
from tests.utils import DB_NAME, Pokemon, Trainer
from utils import DB_NAME, Pokemon, Trainer

from contextlib import closing
import os
Expand Down
2 changes: 1 addition & 1 deletion tests/test_queryset.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from plume import *
from tests.utils import DB_NAME, Trainer
from utils import DB_NAME, Trainer

import pytest

Expand Down

0 comments on commit 3fc30c9

Please sign in to comment.