Metadata-Version: 2.1
Name: booltest-rtt
Version: 0.7.6
Summary: BoolTest: RTT wrapper
Home-page: https://github.com/ph4r05/booltest-rtt
Author: Dusan Klinec
Author-email: dusan.klinec@gmail.com
License: MIT
Description: BoolTest RTT runner
        ===================
        
        Utility integrating BoolTest battery to the RTT
        
        Configuration
        -------------
        
        Environment variable ``RTT_PARALLEL`` precedes
        ``toolkit-settings.execution.max-parallel-tests`` in the configuration.
        
        Expected configuration in ``rtt-settings.json``
        
        .. code:: json
        
            {
                "booltest": {
                    "default-cli": "--no-summary --json-out --log-prints --top 128 --no-comb-and --only-top-comb --only-top-deg --no-term-map --topterm-heap --topterm-heap-k 256 --best-x-combs 512",
                    "strategies": [
                        {
                            "name": "v1",
                            "cli": "",
                            "variations": [
                                {
                                    "bl": [128, 256, 384, 512],
                                    "deg": [1, 2, 3],
                                    "cdeg": [1, 2, 3],
                                    "exclusions": []
                                }
                            ]
                        },
                        {
                            "name": "halving",
                            "cli": "--halving",
                            "variations": [
                                {
                                    "bl": [128, 256, 384, 512],
                                    "deg": [1, 2, 3],
                                    "cdeg": [1, 2, 3],
                                    "exclusions": []
                                }
                            ]
                        }
                    ]
                }
            }
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Security
Provides-Extra: dev
Provides-Extra: docs
