Projects STRLCPY cupp Commits 43391153
🤬
  • download hindi instead of russian during testing, because the file is smaller

  • Loading...
  • Mebus committed 5 years ago
    43391153
    1 parent e388d646
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    test_cupp.py
    skipped 67 lines
    68 68   def test_parser(self):
    69 69   """ downloads a file and checks if it exists """
    70 70   
    71  - download_wordlist_ftp("31")
     71 + download_wordlist_ftp("16")
    72 72   
    73  - filename = "dictionaries/russian/russian.lst.gz"
     73 + filename = "dictionaries/hindi/hindu-names.gz"
    74 74   
    75 75   self.assertTrue(os.path.isfile(filename), "file " + filename + "exists")
    76 76   
    skipped 21 lines
Please wait...
Page is in error, reload to recover