Files
Kay Hayen bf8c074cbc Cleanups
* Avoid imports of whole modules and instead import only select names
  from them.

* For the nuitka.Options module we split off the states into a separate
  "nuitka.States" module that provides an object that is also faster
  to access that module attributes. This is a micro optimization that
  allows their use to be faster.

* Renamed XML reading/creating functions for clearer names when used
  with out the module name, same for source code references objects.
2025-11-26 11:19:43 +00:00
..
2025-11-14 13:36:07 +00:00
2025-04-28 11:04:36 +02:00
2025-04-28 11:04:36 +02:00
2025-04-28 11:04:36 +02:00
2025-11-26 11:19:43 +00:00
2018-07-28 13:26:33 +02:00
2025-04-28 11:04:36 +02:00

This directory contains a large amount of tests. Please be sure to checkout the
description in the Developer Manual. You will find it normally as file
"../Developer_Manual.rst" and within it, there is a section "Running the Tests",
with sub-sections that describe each directory here and how to use it.