mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +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
|
|
@ -46,6 +46,7 @@ class TestFilterStringValue(unittest.TestCase):
|
|||
|
||||
class TestParseFilePaths(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.addCleanup(setattr, kb, "absFilePaths", kb.get("absFilePaths"))
|
||||
kb.absFilePaths = set()
|
||||
|
||||
def test_unix_paths_from_php_error(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue