Skip to content

Commit

Permalink
[IMP] Include tests folders in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Jul 7, 2016
1 parent 84cf667 commit 1ba978b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -160,6 +160,11 @@ addons/<my_module_name>/
| | `-- <my_module_name>.less
| `-- xml/
| `-- <my_module_name>.xml
|-- test/
| |-- <test_file>.yml
|-- tests/
| |-- __init__.py
| |-- <test_file>.py
|-- views/
| |-- <main_model>.xml
| `-- <inherited_main_model>_views.xml
Expand Down

0 comments on commit 1ba978b

Please sign in to comment.