Skip to content

Commit

Permalink
Merge pull request #6 from ljwolf/master
Browse files Browse the repository at this point in the history
add init to ensure tests are shipped
  • Loading branch information
ljwolf authored Jul 15, 2018
2 parents 71eed10 + c002a6b commit e2c16ed
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Empty file added spreg/tests/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion spreg/tests/test_ml_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from spreg import utils
from libpysal.common import RTOL, ATOL
from warnings import warn as Warn
from skip import SKIP
from .skip import SKIP


@unittest.skipIf(SKIP,
Expand Down
2 changes: 1 addition & 1 deletion spreg/tests/test_ml_error_regimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from spreg.ml_error import ML_Error
from spreg import utils
from libpysal.common import RTOL
from skip import SKIP
from .skip import SKIP


@unittest.skipIf(SKIP,
Expand Down
2 changes: 1 addition & 1 deletion spreg/tests/test_ml_lag.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from spreg.ml_lag import ML_Lag
from spreg import utils
from libpysal.common import RTOL
from skip import SKIP
from .skip import SKIP


@unittest.skipIf(SKIP,
Expand Down
2 changes: 1 addition & 1 deletion spreg/tests/test_ml_lag_regimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from spreg.ml_lag import ML_Lag
from spreg import utils
from libpysal.common import RTOL
from skip import SKIP
from .skip import SKIP



Expand Down

0 comments on commit e2c16ed

Please sign in to comment.