mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
cleanup tests
This commit is contained in:
parent
766dc6e9a6
commit
827beed7fe
3 changed files with 0 additions and 6 deletions
|
|
@ -6,8 +6,6 @@ import os
|
|||
import tempfile
|
||||
import shutil
|
||||
|
||||
sys.path.append('{0}/..'.format(os.path.join(os.path.dirname(os.path.realpath(__file__)))))
|
||||
|
||||
from burpui import create_app as BUIinit # noqa
|
||||
from burpui.misc.parser.burp2 import Parser # noqa
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf8 -*-
|
||||
import pytest
|
||||
|
||||
from flask import url_for
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ from flask_testing import LiveServerTestCase, TestCase
|
|||
from mock import patch
|
||||
from flask import url_for, session
|
||||
|
||||
sys.path.append('{0}/../..'.format(os.path.join(os.path.dirname(os.path.realpath(__file__)))))
|
||||
|
||||
from burpui import create_app as BUIinit
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue