ssh-audit/test
Ganden Schaffner b15664929f
Improve PyPI packaging (#71)
* Move files for better setup.py packaging

* Update setup.py and configs for src layout

* Run tests on setup.py build

In effect, this tests that the setup.py configuration is correct.

coverage combine and coverage:paths are added to keep the displayed
coverage paths as src/ssh_audit/*.py instead of
.tox/$envname/**/site-packages/ssh_audit/*.py

* Remove unnecessary encoding declarations

Python 3 defaults to UTF-8 encoding.
https://docs.python.org/3/reference/lexical_analysis.html#encoding-declarations

* Remove shebang from colorama type stubs

Shouldn't need to be an executable.
Related: git has this file tracked as chmod -x.
2020-10-11 14:03:02 -04:00
..
docker Policy check output now prints port number, if applicable. 2020-09-27 11:48:15 -04:00
stubs Improve PyPI packaging (#71) 2020-10-11 14:03:02 -04:00
tools Fix tox and finally make Travis green (#29) 2020-06-08 16:38:22 -04:00
conftest.py Improve PyPI packaging (#71) 2020-10-11 14:03:02 -04:00
test_auditconf.py Now supports a list of targets with -T (#11). 2020-07-13 18:39:05 -04:00
test_banner.py Remove some more Python 2 leftovers (#37) 2020-06-15 17:05:31 -04:00
test_buffer.py Remove some more Python 2 leftovers (#37) 2020-06-15 17:05:31 -04:00
test_build_struct.py Fix RuntimeError for the JSON export (#44) 2020-07-03 14:56:46 -04:00
test_errors.py Added policy checks (#10). 2020-06-30 15:53:50 -04:00
test_output.py Remove some more Python 2 leftovers (#37) 2020-06-15 17:05:31 -04:00
test_policy.py Added more structure to JSON result when policy errors are found. 2020-07-29 12:36:08 -04:00
test_resolve.py Remove some more Python 2 leftovers (#37) 2020-06-15 17:05:31 -04:00
test_socket.py Remove some more Python 2 leftovers (#37) 2020-06-15 17:05:31 -04:00
test_software.py Remove some more Python 2 leftovers (#37) 2020-06-15 17:05:31 -04:00
test_ssh_algorithm.py Remove some more Python 2 leftovers (#37) 2020-06-15 17:05:31 -04:00
test_ssh1.py Added policy checks (#10). 2020-06-30 15:53:50 -04:00
test_ssh2.py Added policy checks (#10). 2020-06-30 15:53:50 -04:00
test_utils.py Remove native text converter (#38) 2020-06-16 22:50:07 -04:00
test_version_compare.py Remove some more Python 2 leftovers (#37) 2020-06-15 17:05:31 -04:00