Skip to content

Files

Latest commit

19cd38e · Jun 10, 2020

History

History
This branch is 559 commits behind tensorflow/quantum:master.

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 29, 2020
Feb 6, 2020
Feb 26, 2020
Feb 13, 2020
Feb 9, 2020
Feb 9, 2020
Feb 6, 2020
Feb 9, 2020
Feb 6, 2020
Apr 22, 2020
Feb 6, 2020
Jun 10, 2020
Feb 9, 2020
Feb 6, 2020
Feb 6, 2020
Mar 10, 2020

For installation/testing scripts

We have basic scripts to make doing local testing, code linting and formatting easier for you.

  1. ./scripts/format_all.sh will apply clang-format and yapf to all source files.
  2. ./scripts/test_all.sh will run all bazel py_test and cc_test rules.
  3. ./scripts/lint_all.sh will run pylint and (eventually) clang-tidy

Make sure you have run all of these checks before submitting a PR and are happy with the outputs.