In <[email protected]> Palpandi <[email protected]> writes:
> Hi, > How can I unit test a class which using xml elements? > There is a posiibility of different combinations of xml. > What is the better way to test this kind of class? > XML binding is used here. > Share if any examples available. Create your own sample XML illustrating each desired combination. Then write test cases for each. -- John Gordon A is for Amy, who fell down the stairs [email protected] B is for Basil, assaulted by bears -- Edward Gorey, "The Gashlycrumb Tinies" -- https://mail.python.org/mailman/listinfo/python-list
