commit | d0394bd748159fd65dc7c1b7c74885731eb63e74 | [log] [tgz] |
---|---|---|
author | FaragElsayed2 <farag_agoor@mabrains.com> | Sun Apr 30 13:22:59 2023 +0300 |
committer | FaragElsayed2 <farag_agoor@mabrains.com> | Sun Apr 30 13:22:59 2023 +0300 |
tree | b8f478cfce78269ddbedd6238ea13b0287984430 | |
parent | 56eef218d3b79ef48ef1022e1aba22699b6f8232 [diff] | |
parent | 88e45723045ff98a241e9565698299e89268b51d [diff] |
Merge branch 'main' of https://github.com/mabrains/gf180_technology_dev into ic_res_testcases
GF180 technology development Shared Repo
To generate all the svg files for the unit tests run the following commands;
make env
make svg
This will run the ./scripts/generate_svg.py
to generate the SVG files.
All Python scripts should be pep8
and pylint
clean. This is checked by CI and can be checked locally by doing the following;
make pep8
or make pycodestyle
- Run the pycodestyle
script (new name for the pep8 script) on all Python files in the repository.
make lint
- Run the pylint
script on all Python files in the repository.
make format
- Run the yapf
Python autoformatter on all the Python files in the repository.