Fixing tests
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
python2.7 -m unittest discover py/tests -v
|
||||
python2.7 -m unittest discover tests -v
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
import sys
|
||||
sys.path.insert(0, '..')
|
||||
|
||||
from py.Handshake import Handshake
|
||||
from wifite.model.handshake import Handshake
|
||||
|
||||
import unittest
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/python2.7
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from py.Airodump import Airodump
|
||||
from wifite.tools.airodump import Airodump
|
||||
|
||||
import unittest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user