Skip to content

Commit

Permalink
doc: Mention the existence of the tests dir and BaseBuildRootTest
Browse files Browse the repository at this point in the history
(sapling split of b28ab5ccee4e728ed67d12c1ab27dcbeaddd9f8f)
  • Loading branch information
lahosken committed Mar 11, 2014
1 parent e2ed14f commit 6e2cfb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/python/twitter/pants/docs/internals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@ Code Layout
Source of the Task classes. E.g., `junit_run`, the code that
invokes JUnit if someone tests a `java_tests` target.

`tests/.../pants <https://github.com/twitter/commons/tree/master/tests/python/twitter/pants/>`_
Tests for Pants. These tend to be ``python_tests`` exercising Pants functions.
``twitter.pants.base_build_root_test.BaseBuildRootTest`` is a very handy
class; it has methods to set up and tear down little source trees with
``BUILD`` files.

.. *********
.pants.d/
*********
Expand Down

0 comments on commit 6e2cfb6

Please sign in to comment.