4 Commits

Author SHA1 Message Date
Eisuke Kawashima
0f4af753d4 test(python): improve usages of unitest.TestCase methods 2022-04-27 13:26:48 +09:00
Eisuke Kawashima
b657ca216c Fix import of openbabel 2019-10-10 16:54:59 +09:00
Eisuke Kawashima
6b57788a05 Improve python script
- `from __future__ import print_function`
- replace deprecated `unittest.TestCase.assertEquals` with
  `assertEqual`, `assertTrue`, or `assertFalse`
- use `obj is None` instead of `obj == None`
- remove modules and functions that are imported but not used
2019-04-17 21:59:20 +09:00
Geoffrey Hutchison
c08b71defc Add test Python script from Andrew Dalke. 2012-07-26 19:12:40 +00:00