site_header
en
fr
ja
zh
Most Powerful Open Source ERP
Contact
Login
header_title
Developer Documentation
breadcrumb
Home
Documentation
Developer
Document List
16
-
04
2024
Guideline Never Log Level Info Or More In Execution Path
Avoid trivial logs.
Categories
crime
;
commit
;
debug
;
test
;
log
16
-
04
2024
Guideline Never Create Interdependent Test Methods
It makes finding broken tests much harder.
Categories
crime
;
commit
;
test
16
-
04
2024
Guideline FailUnless Should Not Be Used In Python Unit Tests To Test Identity
Use assertEqual.
Categories
crime
;
coding
;
Python
;
test
26
-
11
2020
ERP5 Quality
Quality introduces the ERP5 test infrastructure, development standards, the bug tracker as well as pointers to code repositories and guidelines for contribution.
Categories
test
;
quality
23
-
10
2019
Debug ERP5 Test Nodes
help on failing or non starting tests in ERP5 test nodes
Categories
debug
;
test
23
-
10
2019
Guideline Live Tests Should Not Be Run On Production
Create and remove data is dangerous in production.
Categories
rule
;
commit
;
test
15
-
07
2019
Guideline Logs Must Contain Their Cause
Test report must contain info on the cause of a log
Categories
rule
;
commit
;
debug
;
test
;
log
15
-
07
2019
Guideline Test Changes Before Committing
Verify that system is usable after your change.
Categories
rule
;
commit
;
test
15
-
07
2019
Guideline Use Log Levels
Log levels help understand the importance of a log.
Categories
rule
;
commit
;
debug
;
test
;
log
15
-
07
2019
Guideline Write Testable Code And Test Smart
To create quality code and tests.
Categories
rule
;
test
09
-
10
2018
How To Write Zelenium Tests
How To showing how to write Zelenium integration tests for user interfaces.
Categories
test
;
integration
;
Zelenium
16
-
08
2018
Guideline Never Use Python If Obj if Obj Is Not A Simple Type
Truth testing in Zope/ERP5 can be surprising.
Categories
crime
;
coding
;
test
;
Python
15
-
05
2017
How To Run Zelenium Tests
How To showing how to run integration tests for user interfaces from inside ERP5.
Categories
test
;
integration
;
Zelenium
discussions