Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 745 Bytes

complements.rst

File metadata and controls

34 lines (21 loc) · 745 Bytes

Complements Generation

Warning

This component is not activated by default.

Why do we need it?

Let's say we have example.org but www.example.org (or vice-versa) is not into my list. This component (if activated) let us test www.example.org (or vice-versa) even if it's not into the given list.

How does it work?

At the end of the normal test process we generate the list of complements and test them.

How to use it?

You can simply change

generate_complements: False

to

generate_complements: True

into your personal .PyFunceble.yaml or use the --complementsF argument from the CLI to activate it.