Projects STRLCPY Osmedeus Commits 09034912
🤬
  • ■ ■ ■ ■ ■ ■
    execution/clean_test.go
    1 1  package execution
    2 2   
    3  -import (
    4  - "github.com/j3ssie/osmedeus/utils"
    5  - "testing"
    6  -)
    7  - 
    8 3  //
    9 4  //func TestCleanWebanalyze(t *testing.T) {
    10 5  // var options libs.Options
    skipped 5 lines
    16 11  // }
    17 12  //}
    18 13   
    19  -func TestCleanSWebanalyze(t *testing.T) {
    20  - CleanSWebanalyze("/tmp/mmm", "/tmp/technologies.txt")
    21  - if !utils.FileExists("/tmp/technologies.txt") {
    22  - t.WarnF("Error CleanSWebanalyze")
    23  - }
    24  -}
     14 +//func TestCleanSWebanalyze(t *testing.T) {
     15 +// CleanSWebanalyze("/tmp/mmm", "/tmp/technologies.txt")
     16 +// if !utils.FileExists("/tmp/technologies.txt") {
     17 +// t.WarnF("Error CleanSWebanalyze")
     18 +// }
     19 +//}
    25 20   
Please wait...
Page is in error, reload to recover