Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Python related tips

  • Tests

    • Is there a test folder with test pythons scripts, but no hint how to run them?

      • Try install pytest and run this:

        Code Block
        pytest <test directory>

...