Skip to content

Commit 42d2122

Browse files
committed
docs(localdev): add "Test Your Changes" section to local dev docs
Fixes #781.
1 parent df5aa92 commit 42d2122

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/contributing/localdev.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,17 @@ access using:
164164
Your local development environment is running! Follow the
165165
rest of the :ref:`Developer Guide <developer>` to deploy your first application.
166166

167+
Test Your Changes
168+
-----------------
169+
In the single-node Vagrant environment, testing your changes to Deis itself
170+
is easy:
171+
172+
- Make changes to the code in one of the component subdirectories, such
173+
as ``controller/``
174+
- run ``make -C controller/ build run``
175+
- Test your changes with ``make -C controller/ test`` and interactively
176+
with the Deis client
177+
167178
Useful Commands
168179
---------------
169180

0 commit comments

Comments
 (0)