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 authored and jdetle committed Aug 14, 2016
1 parent 57c8851 commit de04e34
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 de04e34

Please sign in to comment.