Skip to content

Commit

Permalink
adding python version to test spam
Browse files Browse the repository at this point in the history
  • Loading branch information
lockefox committed Apr 16, 2018
1 parent a07bb7b commit a93ae25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_schema_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
def test_00_forcefail():
print(platform.node())
print(platform.system())
print(platform.python_version())
assert False

class TestMongoContextManager:
Expand Down

0 comments on commit a93ae25

Please sign in to comment.