Convert the old cnfvar module into a cnfvar string parsing module
authorPlamen Dimitrov <plamen.dimitrov@intra2net.com>
Wed, 27 Apr 2022 04:01:16 +0000 (07:01 +0300)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 19 May 2022 09:13:27 +0000 (11:13 +0200)
commitb0075fa27cc2c36cf6abd6923b7d8973ff2bcf77
tree6b85c4f620b6fc9c573ddee1b02666f22ff59c85
parente5c2b9ebf1689ffb6eb6435b1720c81c74c70039
Convert the old cnfvar module into a cnfvar string parsing module

In other words, we drop any redundant and duplicate functionality
and leave out only the string parsing methods which are still used
by the cnfvar subpackage and keep their corresponding unit tests.
src/arnied_wrapper.py
src/cnfvar/model.py
src/cnfvar/string.py [new file with mode: 0644]
src/cnfvar_old.py [deleted file]
test/cnfvar/test_string.py [new file with mode: 0755]
test/test_cnfvar_old.py [deleted file]