commit | 2fdf4fee74840b10acddc205ca01e460225afd98 | [log] [tgz] |
---|---|---|
author | FaragElsayed2 <farag_agoor@mabrains.com> | Sun Apr 30 13:21:17 2023 +0300 |
committer | FaragElsayed2 <farag_agoor@mabrains.com> | Sun Apr 30 13:21:17 2023 +0300 |
tree | eaa68ffdb9a78ac979a3bb2db7ecb96d2df169ad | |
parent | bdf3a5ff364a8c8231ec4477caf0d98a6ad6aac4 [diff] | |
parent | 47ab226ef13f92b436efe57dd9a8a95eee767503 [diff] |
Merge branch 'main' of https://github.com/mabrains/gf180_technology_dev into ic_diode_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.