egberts / bind9_parser

Bind9 Parser in Python that can process all of ISC Bind configuration files
MIT License
22 stars 7 forks source link

test_options failed. #20

Closed egberts closed 2 years ago

egberts commented 2 years ago
tests$ ./all-test.sh 
...
FAILED (errors=2)
ERR_COUNT: 6
FAILED_MODULES: , test_clauses, test_clause_trusted_keys, test_clause_view, test_options, test_optviewzone, test_zone
egberts commented 2 years ago

Fixed in commit 3dc8ed4b6d9db310f49d3713bc9071ad54362b1c

$ python3 -munittest tests.test_options.TestOptions
...
----------------------------------------------------------------------
Ran 61 tests in 1.646s

OK