This commit is contained in:
James Socol 2011-01-19 14:33:13 -05:00
Родитель f3a36ae908
Коммит 8a089fdb8f
1 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -1,17 +1,13 @@
========================================
Coding conventions and other coding info
Coding Conventions and Other Coding Info
========================================
This document contains useful information about our coding conventions, and
things to watch out for, etc.
Naming conventions
------------------
Tests
^^^^^
=====
* Avoid naming test files ``test_utils.py``, since we use a library with the
same name. Use ``test__utils.py`` instead.