danielfett / yesses

yesses Security Configuration Scanner: Tool to enumerate domains and IPs and test those domains and IPs for basic network and web security properties.
GNU Affero General Public License v3.0
6 stars 3 forks source link

Tests #34

Closed fabian-hk closed 4 years ago

fabian-hk commented 4 years ago

Test environment with docker-compose and test cases defined as yaml files.

fabian-hk commented 4 years ago

I'm not sure if we should rename the test case equals_operator.yml to domains_and_ips.yml because it basically tests the module domains_and_ips.py. What do you think about this?

fabian-hk commented 4 years ago

I'm not sure exactly how the yaml files style guide works, but should we name the test cases with - instead of _?

danielfett commented 4 years ago

I'm not sure if we should rename the test case equals_operator.yml to domains_and_ips.yml because it basically tests the module domains_and_ips.py. What do you think about this?

Okay for me!

danielfett commented 4 years ago

I'm not sure exactly how the yaml files style guide works, but should we name the test cases with - instead of _?

I do not think that there is a consistent style. "-" is okay for me.

fabian-hk commented 4 years ago

I think I have corrected all issues from the comments. I also moved the mini_config.yml file to docs/examples and renamed it to information_leakages_config.yml.