Bug tracker import code (moved): Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
Here's what you need to know:
Here's what you need to know:


* Each ''style'' (like "Bugzilla", "Roundup", and so forth) of bug tracker has its code in mysite/customs/bugtrackers/''{{style}}''.py.
* Each ''style'' (like "Bugzilla", "Roundup", and so forth) of bug tracker has its code in mysite/customs/bugtrackers/''style''.py.
* We write tests in mysite/customs/tests.py for each bug tracker type.
* We write tests in mysite/customs/tests.py for each bug tracker type.