Skip to content
Snippets Groups Projects
  1. Apr 09, 2024
  2. Apr 08, 2024
  3. Apr 04, 2024
  4. Mar 25, 2024
  5. Mar 14, 2024
  6. Mar 13, 2024
  7. Mar 11, 2024
  8. Feb 28, 2024
  9. Feb 23, 2024
  10. Feb 21, 2024
  11. Feb 19, 2024
  12. Feb 12, 2024
  13. Feb 08, 2024
  14. Jan 12, 2024
  15. Jan 09, 2024
    • Krzysztof Leśniak's avatar
      614c11d8
    • Krzysztof Leśniak's avatar
      Disable PLR0912 · 81dec23a
      Krzysztof Leśniak authored
      81dec23a
    • Krzysztof Leśniak's avatar
      Add exit_at_block option support · b4714d95
      Krzysztof Leśniak authored
      b4714d95
    • Krzysztof Leśniak's avatar
    • Mateusz Żebrak's avatar
      Do not force argumentparses in non-pytest .py scripts that use test-tools · 3f474c03
      Mateusz Żebrak authored
      Rationale:
      - we already have a way of setting executable paths and we do it
        by specyfying the environment variables.
      - in .py scripts using test-tools it causes problems when this script
        defines it's own ArgumentParser. In such a situation test-tools parser
        takes precedence and overrides the one which user defined in its .py
        script.
      
        Example:
        usage: testnet_node.py [-h] [--build-root-path BUILD_ROOT] [--hived-path HIVED] [--cli-wallet-path CLI_WALLET] [--get-dev-key-path GET_DEV_KEY] [--compress-block-log-path COMPRESS_BLOCK_LOG]
      
        options:
          -h, --help            show this help message and exit
          --build-root-path BUILD_ROOT
          --hived-path HIVED
          --cli-wallet-path CLI_WALLET
          --get-dev-key-path GET_DEV_KEY
          --compress-block-log-path COMPRESS_BLOCK_LOG
      
        Before the test-tools integration with helpy it was possible
        to workaround this situatiog (in a ugly way although) by calling .py
        script .parse_args() before importing test-tools.
      
        I believe that this functionality is unnecessary from the above point
        and only generates problems. The use of test-tools should not overwrite
        the cli parser argument in the .py script which uses them.
      3f474c03
    • Mateusz Żebrak's avatar
      Define helpy dependency via .whl instead of submodule · 9db2fe21
      Mateusz Żebrak authored
      It also bumps the helpy version.
      (I cannot separate these commits since there is
      a schemas .whl "schemas (0.0.1.dev283+db2351d)"
      missing in the schemas package registry -
      someone forgot to push that .whl using CI manual job
      but since some newer time schemas
      automatically push their .whl to the registry
      this is no longer an issue)
      9db2fe21
  16. Jan 03, 2024
  17. Jan 02, 2024
  18. Dec 14, 2023
  19. Dec 12, 2023
Loading