Commit Graph

22 Commits

Author SHA1 Message Date
c3fb65e67a Update test 2019-04-17 14:52:03 +10:00
a7ae44f981 Add docker test script 2019-04-17 14:50:06 +10:00
47a96a2984 sudo chown 2019-04-17 14:50:06 +10:00
5828d05627 fix 2019-04-17 14:50:06 +10:00
bfcb10ea0e Fix permissions for ES 2019-04-17 14:50:06 +10:00
0102ccb2f7 Fix build command 2019-04-17 14:50:06 +10:00
3860438903 Test travis docker 2019-04-17 14:50:06 +10:00
668efe2b7a Add extra test case 2019-04-12 11:44:04 +10:00
302037893d Add test path to env vars 2019-04-08 19:41:48 +10:00
e1f2c00b9e fix tests 2019-04-08 19:17:47 +10:00
3d2c939cfb Update .travis.yml 2019-04-08 19:13:45 +10:00
7b1ebb51fa Updates tests 2019-04-08 19:02:02 +10:00
8086e7cf9f Fix tests directory 2019-04-08 18:46:30 +10:00
1ef67d48be Feature error codes (#165)
* Use error codes for failed scans

* Fix indentations

* Fix more indentation

* Continue after failed download

* Add tests for failed scans

* Add more tests

* move definition

* Update nessus.py

This function was used by function `print_scans` which at the same time was an unused one that had been deleted in the PR itself.
2019-04-05 11:36:13 +02:00
71352aee57 Add external API mocking and travis tests (#164)
* Fix closing logging handlers

* Fix *some* unicode issues for nessus and qualys

* Prevent multiple requests to nessus scans endpoint

* More unicode fixes

* Remove unnecessary call

* Fix whitespace

* Add mock module and argument

* Add test config and data

* Fix whitespace again

* Disable qualys_web until data is available

* Use logging module

* Delete report_tracker.db

* Cleanup mock calls

* Add httpretty to requirements

* Refactor into a class

* Updates travis tests

* Fix exit codes

* Remove print statements

* Remove test

* Add test directory as submodule
2019-04-05 10:57:39 +02:00
c80383aaa6 Merge pull request #18 from cclauss/patch-1
Remove leading slash
2018-01-02 02:34:54 -05:00
e128d8c753 Travis Config update 2018-01-02 02:31:25 -05:00
92d6a7788c Remove leading slash 2018-01-02 08:26:15 +01:00
9fe048fc5f flake8 . --exclude=/deps/qualysapi 2018-01-02 08:20:37 +01:00
67f9017f92 flake8 --ignore=deps/qualysapi 2018-01-02 08:17:03 +01:00
03d7954da9 Testing build with no submodules 2018-01-02 01:46:03 -05:00
45f8ea55d3 Add free automated flake8 testing of pull requests
[Flake8](http://flake8.pycqa.org) tests can help to find Python syntax errors, undefined names, and other code quality issues.  [Travis CI](https://travis-ci.org) is a framework for running flake8 and other tests which is free for open source projects like this one.  The owner of the this repo would need to go to https://travis-ci.org/profile and flip the repository switch __on__ to enable free automated flake8 testing of each pull request.
2018-01-02 07:31:24 +01:00