File: test_nwchem_parser.py

package info (click to toggle)
python-ase 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,936 kB
  • sloc: python: 122,428; xml: 946; makefile: 111; javascript: 47
file content (5 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
from ase.io.nwchem.parser import _pattern_test_data

def test_parser():
    for regex, pattern in _pattern_test_data:
        assert regex.match(pattern) is not None, pattern