update windows version history

This commit is contained in:
Axel Kohlmeyer
2022-05-29 02:01:21 -04:00
parent 4c36c79652
commit 90730f0d3c
2 changed files with 7 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class PythonCapabilities(unittest.TestCase):
system = platform.system()
osinfo = self.lmp.get_os_info()
print("System: %s LAMMPS OS Info: %s" % (system, osinfo))
self.assertEqual(osinfo.find(system),0)
def test_has_gzip_support(self):