Skip to content

Commit

Permalink
Update developer documentation to reflect mock dependency (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay authored Jun 24, 2022
1 parent 4d95953 commit 937d6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developers_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ framework. You just have to write a function start with the name
``test`` and use normal ``assert`` statements for your tests.

rosdep2 also uses `mock <http://www.voidspace.org.uk/python/mock/>`_ to
create mocks for testing.
create mocks for testing on Python versions prior to 3.3.

You can run the tests, including coverage, as follows:

Expand Down

0 comments on commit 937d6b9

Please sign in to comment.