Skip to content

Commit

Permalink
Added test for USED_OPENMP flag
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Jul 29, 2016
1 parent 0832ec3 commit 6ab7b26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/MDAnalysisTests/test_distances.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,3 +715,5 @@ def test_missing_backend_raises_ValueError(self):
backend="not_implemented_stuff")


def test_used_openmpflag():
assert_(isinstance(MDAnalysis.lib.distances.USED_OPENMP, bool))

0 comments on commit 6ab7b26

Please sign in to comment.