Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.24 KB

File metadata and controls

30 lines (22 loc) · 1.24 KB

Welcome to Regression Tests' Documentation!

This is a documentation for the regression tests framework. It describes how to write regression tests for RetDec and its tools, and provides an overview of the supported functions and methods.

The documentation is primarily focused on tests for the RetDec decompiler, i.e. for the retdec-decompiler.py script. You can, however, write tests for arbitrary RetDec-related tools, such as fileinfo or unpacker. This is described in section :doc:`tests_for_arbitrary_tools`. Nevertheless, it is highly recommended to read the whole documentation, even if you plan to write tests only for a single tool.

Table of Contents

.. toctree::
   :maxdepth: 2

   general_overview
   tests
   test_settings
   test_methods
   tests_for_arbitrary_tools
   support_and_feedback

Indices