salt-formulas / reclass

A recursive external node classifier for automation tools like Ansible, Puppet, and Salt
Other
53 stars 23 forks source link

Tests for parsers are added #73

Closed a-ovchinnikov closed 6 years ago

a-ovchinnikov commented 6 years ago

Tests for full parser and simplified reference parser are added. The new tests simultaneously act as documentation for parsers and could be used as reference for parser update/optimizaion. Also some mostly cosmetic changes are applied to parser building functions and Parser() class.