Skip to content

Commit

Permalink
verbose travis test and single property test_model
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleybeckner committed May 22, 2018
1 parent 8d6c496 commit 94f2311
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 29 deletions.
1 change: 0 additions & 1 deletion .coverage

This file was deleted.

42 changes: 17 additions & 25 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ script:
- flake8 --ignore N802,N806,F401 `find . -name \*.py | grep -v setup.py | grep -v /docs/ | grep -v /scripts/ | grep -v /sphinx/`
- mkdir for_test
- cd for_test
- py.test --pyargs gains --cov-report term-missing --cov=gains
- py.test -s --pyargs gains --cov-report term-missing --cov=gains
after_success:
- coveralls

Expand Down
4 changes: 2 additions & 2 deletions gains/tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
class GuessIonTests(unittest.TestCase):

def test_1_model(self):
target = [1000, 1000]
model_ID = ["cpt", "density"]
target = [1000]
model_ID = ["density"]
generate_solvent(target, model_ID, heavy_atom_limit=300)


Expand Down

0 comments on commit 94f2311

Please sign in to comment.