Switch to utilize new test data collector, tests.base.TDataCollector, in test cases for fucntions in anyconfig.parser to simplify test code and increase the coverage of test cases in a consistent manner.
tests/parser/common.py: Add a new test data collector inherits from tests.base.TDataCollector, and a base TestCase class
tests/parser/test_.py: Add test cases for anyconfig.parser.parse functions to use the above test data collector and the TestCase class
tests/res/parser/: Add test data for anyconfig.parser.parse* functions will be loaded automatically by the new test data collector
Switch to utilize new test data collector, tests.base.TDataCollector, in test cases for fucntions in anyconfig.parser to simplify test code and increase the coverage of test cases in a consistent manner.