mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 17:13:07 +08:00
22e1eb9bdb
* add pytest.ini file and fix test warning in qwantsearch * ignore unsed imports * Remove n45ht as the api is down * Remove modules that use google as google blocks you after one go * Remove missed code from when removing modules that use google * Remove missed code from when removing modules that use google * Add new vt-py dep and update pytest * WIP virustotal migration to api * Remove test that fails due to how the api returns not found entries * Remove entries from myparser re google * update fastapi and starlette * update version * Update dockerfile to use dev ubuntu version * remove spyse module * remove spyse dep * fix tests by removing un-needed tests and indentation fix * fix some mypy errors * remove spyse and remove color output and fix mypy error * flake8 fixes * bump version and set it a dev version
4 lines
No EOL
63 B
INI
4 lines
No EOL
63 B
INI
[pytest]
|
|
minversion = 7.1.1
|
|
testpaths = tests
|
|
asyncio_mode=auto |