mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Some more stabilization of unittests
This commit is contained in:
parent
71d9c6d0f4
commit
d60e95ede7
20 changed files with 122 additions and 33 deletions
|
|
@ -60,6 +60,7 @@ class TestExtractTextTagContent(unittest.TestCase):
|
|||
|
||||
class TestParseSqliteTableSchema(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.addCleanup(setattr, kb.data, "cachedColumns", kb.data.get("cachedColumns"))
|
||||
kb.data.cachedColumns = {}
|
||||
|
||||
def _cols(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue