Commit graph

56 commits

Author SHA1 Message Date
L1ghtn1ng
59ac74e629 Found an even better way of checking if running on GH actions and to skip with pytest and tidyer as well 2021-08-22 03:59:34 +01:00
L1ghtn1ng
f43854ef0f Adjust if statment for is_github_action() 2021-08-22 02:20:38 +01:00
L1ghtn1ng
aa5760f419 Adjust unitests to be able to skip if run on github 2021-08-22 02:12:08 +01:00
L1ghtn1ng
f3f62232a4 Add bufferover unit test 2021-06-30 01:15:30 +01:00
L1ghtn1ng
f8e911ee17 flake8 test fix 2021-06-28 01:19:10 +01:00
L1ghtn1ng
faf7b23af2 update threatminer unit test 2021-06-21 00:28:03 +01:00
L1ghtn1ng
3244fac0cf update sublist3r unit test 2021-06-21 00:19:52 +01:00
L1ghtn1ng
d28393b9a2 Add new module anubis and unit test for it. Update shodan related things 2021-06-21 00:19:27 +01:00
L1ghtn1ng
c0e2b38a51 fix omnisint unit test 2021-05-17 22:04:36 +01:00
L1ghtn1ng
ae6216a4ef fix test 2020-12-14 22:18:30 +00:00
L1ghtn1ng
8032d3fdc9 update otx test 2020-09-21 18:36:36 +01:00
L1ghtn1ng
0efdf38bec Add new module Omnisint 2020-09-21 18:36:20 +01:00
mm
9a5784b129 add static typing and tests (qwant search engine discovery) 2020-08-17 13:31:15 +02:00
L1ghtn1ng
51e92b6eb5 Fix threatminer unittest 2020-06-05 15:39:11 +01:00
L1ghtn1ng
1a4328b4bb Add new threatminer module 2020-05-25 20:52:53 +01:00
L1ghtn1ng
d9b4ed3b28 Add new sublist3r module and remove vhost from sources 2020-05-17 23:29:22 +01:00
NotoriousRebel
d90f940668 Updated certspotter search and changed github code to start with test. 2020-02-13 18:45:52 -05:00
NotoriousRebel
7f8aea33ad flake8 fixes. 2020-02-13 17:32:17 -05:00
NotoriousRebel
c1e9e0c9c1 removed unncessary tests. 2020-02-13 17:19:51 -05:00
NotoriousRebel
f9317d15f2 Fixed conflict. 2020-02-13 17:08:25 -05:00
NotoriousRebel
19391b9d8f Updated github tests most are passing. 2020-02-13 16:03:02 -05:00
L1ghtn1ng
4d48dcbb34 misc fixes and working on new module 2020-02-11 19:10:35 +00:00
L1ghtn1ng
fe3d6a332e Fix proxy in setup that was missed and disable github test 2020-02-11 16:24:38 +00:00
L1ghtn1ng
9cb1fcae61 Updated deps for the github test 2020-02-02 23:27:46 +00:00
L1ghtn1ng
ff82dfbf68 Tidy up tests and remove duplicated code 2020-01-15 22:29:42 +00:00
Matt
1a50276c95
Merge branch 'master' into dev 2020-01-14 21:29:32 -05:00
NotoriousRebel
62f3bc6f93 Got spyse working and fixed linkedin test. 2020-01-14 21:25:58 -05:00
L1ghtn1ng
026311fcdb More wip for getting tests working 2020-01-04 07:24:09 +00:00
L1ghtn1ng
789b3f8d3e certspotter test working linkedin links WIP due to module needing to be ported to async 2019-12-31 03:37:21 +00:00
L1ghtn1ng
f472d95d2b add pytest-asyncio to deps and got otx test working 2019-12-31 03:17:41 +00:00
L1ghtn1ng
7a28a0a4c4 Add certspotter module 2019-10-14 01:07:16 +01:00
NotoriousRebel
1286ba4b75 Fixed test in test_otx and fixed pep8 error in main.py 2019-09-25 15:17:24 -04:00
Jay Townsend
6de05139bf Add otx tests
Signed-off-by: Jay Townsend <townsend891@hotmail.com>
2019-09-22 17:03:53 +01:00
csparks
e2035650a2 fixed overindent error from pytest 2019-09-08 16:43:20 +00:00
csparks
d2384336e4 added new test for splitter function 2019-09-08 16:35:07 +00:00
csparks
c5cf08da24 assertion typeof == list 2019-09-08 02:54:59 +00:00
csparks
d92afaab63 testing 2019-09-08 02:28:35 +00:00
csparks
8f614cf879 assert [] 2019-09-08 02:18:54 +00:00
csparks
6a032d9c0c asserted the presence of a result 2019-09-08 02:10:08 +00:00
csparks
f08f96d171 pylint and pytest 2019-09-08 01:38:27 +00:00
csparks
703e9e16a7 closed the file after reading 2019-09-08 01:29:07 +00:00
csparks
21a60220f9 fixed pytest warnings 2019-09-08 01:20:35 +00:00
csparks
5fe745537f changed variable names in tests/test_linkedin_links.py 2019-09-08 01:04:05 +00:00
csparks
0bdf2a182a reverted debugging code 2019-09-08 00:59:58 +00:00
csparks
0b8e95c80f added new methods to pytester 2019-09-08 00:34:11 +00:00
csparks
e5eaa28acd asserted that links is a list of links 2019-09-07 23:50:53 +00:00
csparks
a2a2e197ec too many blank lines in test 2019-09-07 03:35:59 +00:00
csparks
b18983fecb pylint 2019-09-07 03:16:56 +00:00
csparks
7ded50fd95 removed testing imports 2019-09-07 03:00:22 +00:00
csparks
88e8e88874 added unit test; removed splitter function since regex now handles dupes 2019-09-07 02:58:57 +00:00