Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marven11 committed Jul 26, 2023
1 parent f61ba20 commit a8eb750
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import unittest
import fenjing
import flask # for globals
from typing import Union
from fenjing.cracker import Cracker
from fenjing.submitter import BaseSubmitter, HTTPResponse
Expand Down
2 changes: 2 additions & 0 deletions tests/test_full_payload_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

import fenjing
import logging
import flask # for globals

from fenjing import FullPayloadGen, const
import unittest
import jinja2
Expand Down
2 changes: 2 additions & 0 deletions tests/test_payload_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

import unittest
import fenjing
import flask # for globals

from fenjing.payload_gen import PayloadGenerator
from fenjing import const
import logging
Expand Down

0 comments on commit a8eb750

Please sign in to comment.