Projects STRLCPY cupp Commits 6180d725
🤬
  • ■ ■ ■ ■ ■ ■
    test_cupp.py
    skipped 35 lines
    36 36  class TestCupp(unittest.TestCase):
    37 37   def setUp(self):
    38 38   
    39  - read_config()
     39 + read_config("cupp.cfg")
    40 40   
    41 41   def test_config(self):
    42 42   
    skipped 19 lines
    62 62   "leetmode": "y",
    63 63   "spechars": [],
    64 64   }
    65  - read_config()
     65 + read_config("cupp.cfg")
    66 66   generate_wordlist_from_profile(profile)
    67 67   
    68 68   def test_parser(self):
    skipped 87 lines
Please wait...
Page is in error, reload to recover