Example #1
0
 def test_init_wrappers_printable_subset(self):
     wrappers = RxWrapperSet(self.char_sets, init_wrappers=False)
     wrappers.init_wrappers(printable_subset=["alpha_upper", "digit"])
     # print(wrappers._char_sets._char_sets)
     # print(wrappers._wrappers)
     self.assertTrue(False)
Example #2
0
 def test_init_wrappers(self):
     wrappers = RxWrapperSet(self.char_sets, init_wrappers=False)
     wrappers.init_wrappers()
     # print(wrappers._char_sets._char_sets)
     # print(wrappers._wrappers)
     self.assertTrue(False)