Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

README.md

Outline

To run:

in python-frontend/src/main/protobuf directory, run: protoc -I=. --python_out=../../../typeshed_serializer/serializer/proto_out ./symbols.proto

pip install -r requirements.txt

Rebuild only custom symbols

tox -e selective-serialize -- custom

Run a custom test

tox -e py39 -- tests/runners/test_tox_runner.py

Run one specific unit test

tox -e py39 -- tests/runners/test_tox_runner.py::ToxRunnerTest::test_dry_run_unchanged_checksums -v 

Dry run of tox_runner

  • Use python, not tox.
  • Will show which calls to the tox module would have been triggered, depending on the checksums and file-system state.
  • Will not perform any change.
python runners/tox_runner.py --dry_run true 

Can also be run in fail fast mode, to reflect behaviour in CI (where failStubGenerationFast is true)

python runners/tox_runner.py --dry_run true --fail_fast true  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.