(self)
| 113 | self.oldlocale = setlocale(LC_ALL) |
| 114 | |
| 115 | def tearDown(self): |
| 116 | setlocale(LC_ALL, self.oldlocale) |
| 117 | |
| 118 | # Want to know what value was calculated, what it was compared against, |
| 119 | # what function was used for the calculation, what type of data was used, |
nothing calls this directly
no test coverage detected