Skip to content

Commit a85d052

Browse files
committed
Add missing descriptions in HACKING.rst
This patch is a follow-up patch for the following changes. Ia7bcb40a21a804c7bc6b74f501d95ce2a88b09b5 Ie107a95bc06390ab519d3b3af9b07103a9a14316 I71439580e80d33cff62aba807df2b35164a47cbe Change-Id: I244396fb96b01ebab875234f25097637ff1b1dbb Signed-off-by: Takashi Natsume <[email protected]>
1 parent 733a87e commit a85d052

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

HACKING.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ Nova Specific Commandments
7171
- [N367] Disallow aliasing the mock.Mock and similar classes in tests.
7272
- [N368] Reject if the mock.Mock class is used as a replacement value instead of and
7373
instance of a mock.Mock during patching in tests.
74+
- [N369] oslo_concurrency.lockutils.ReaderWriterLock() or
75+
fasteners.ReaderWriterLock() does not function correctly
76+
with eventlet patched code. Use nova.utils.ReaderWriterLock() instead.
77+
- [N370] Don't use or import six
78+
- [N371] You must explicitly import python's mock: ``from unittest import mock``
7479

7580
Creating Unit Tests
7681
-------------------

0 commit comments

Comments
 (0)