rebased/python/helpersTests at master · DetachHead/rebased · GitHub
Skip to content

Latest commit

 

History

History
 
 

helpersTests

  • tests for PyCharm helpers
  • to be able to run tests—install uv, e.g., ...
curl -LsSf https://astral.sh/uv/install.sh | sh
  • to run all tests ...
./run_tests.sh
  • to run a specific module, e.g., ...
uv run --python 3.14 __main__.py tests/pycharm_tests/test_jb_unittest_runner.py
  • the tests are executed on all supported Python versions using uv.lock for reproducible builds
  • no manual Python installation is required
  • to update the list of dependencies / supported Python versions - edit pyproject.toml
  • to update the lock file ...
uv lock