Gitiles
Code Review
Sign In
gerrit.opencord.org
/
onf-docs
/
36451911f99347ece32670f474db04e2ecc18b3f
/
.
/
tools
/
python.rst
blob: 2b02ee405a4550b3ee07324cde972f01d0216f47 [
file
] [
log
] [
blame
]
Zack Williams
3645191
2022-03-04 20:31:37 -0700
[
diff
] [
blame^
]
1
Python
2
======
3
4
5
Formatting
6
----------
7
8
Black
9
10
11
Lint
12
----
13
14
Pylint
15
16
17
Testing
18
-------
19
20
Unittest
21
22
23
Tox
24
25
26
27
Taking
a codebase
from
Python
2
to
Python
3
28
-------------------------------------------
29
30