Commit 321f64a4 authored by kyleabeauchamp's avatar kyleabeauchamp
Browse files

Changed name of test to TestPickle.

parent 3f2150d3
...@@ -8,7 +8,7 @@ import simtk.openmm.app.forcefield as forcefield ...@@ -8,7 +8,7 @@ import simtk.openmm.app.forcefield as forcefield
import copy import copy
import pickle import pickle
class TestSerialize(unittest.TestCase): class TestPickle(unittest.TestCase):
"""Test serialization wrappers in Python.""" """Test serialization wrappers in Python."""
def setUp(self): def setUp(self):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment