We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b542b53 + a85d052 commit df366caCopy full SHA for df366ca
HACKING.rst
@@ -71,6 +71,11 @@ Nova Specific Commandments
71
- [N367] Disallow aliasing the mock.Mock and similar classes in tests.
72
- [N368] Reject if the mock.Mock class is used as a replacement value instead of and
73
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``
79
80
Creating Unit Tests
81
-------------------
0 commit comments