)]}'
{"sphinx_feature_classification/tests/base.py":[{"author":{"_account_id":6928,"name":"Ben Nemec","email":"openstack@nemebean.com","username":"bnemec"},"change_message_id":"32c560b241b242eb1d2c24b02729868b90a56e95","unresolved":false,"context_lines":[{"line_number":15,"context_line":"# License for the specific language governing permissions and limitations"},{"line_number":16,"context_line":"# under the License."},{"line_number":17,"context_line":""},{"line_number":18,"context_line":"from unittest import TestCase as BaseTestCase"},{"line_number":19,"context_line":""},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"class TestCase(BaseTestCase):"}],"source_content_type":"text/x-python","patch_set":1,"id":"5f7c97a3_0d885cc4","line":18,"updated":"2018-05-03 14:07:33.000000000","message":"This is not at all equivalent.  The oslotest base class provides quite a bit of functionality on top of the unittest class.  Generally speaking I don\u0027t think we want to lose that.","commit_id":"abf75a7da6020b83f37e190c347be97575b2e6ab"},{"author":{"_account_id":7102,"name":"Thomas Bechtold","email":"thomas.bechtold@canonical.com","username":"toabctl"},"change_message_id":"763aef51c5265b61a85bf13f8675f096877bc608","unresolved":false,"context_lines":[{"line_number":15,"context_line":"# License for the specific language governing permissions and limitations"},{"line_number":16,"context_line":"# under the License."},{"line_number":17,"context_line":""},{"line_number":18,"context_line":"from unittest import TestCase as BaseTestCase"},{"line_number":19,"context_line":""},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"class TestCase(BaseTestCase):"}],"source_content_type":"text/x-python","patch_set":1,"id":"7faddb67_c31789ed","line":18,"in_reply_to":"5f7c97a3_0d885cc4","updated":"2019-07-04 06:16:51.000000000","message":"But looks like that extra functionality is not used. I think we should introduce the extra functionality when needed. Not by default.","commit_id":"abf75a7da6020b83f37e190c347be97575b2e6ab"},{"author":{"_account_id":11904,"name":"Sean McGinnis","email":"sean.mcginnis@gmail.com","username":"SeanM"},"change_message_id":"0c6c128aa43a443162847c194db9da28898d5d85","unresolved":false,"context_lines":[{"line_number":15,"context_line":"# License for the specific language governing permissions and limitations"},{"line_number":16,"context_line":"# under the License."},{"line_number":17,"context_line":""},{"line_number":18,"context_line":"from unittest import TestCase as BaseTestCase"},{"line_number":19,"context_line":""},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"class TestCase(BaseTestCase):"}],"source_content_type":"text/x-python","patch_set":1,"id":"1fa4df85_e70768c9","line":18,"in_reply_to":"7faddb67_c31789ed","updated":"2020-03-07 19:20:20.000000000","message":"Since this is now just adding to aliases on top of unittest.TestCase, maybe we should just clean things up and use unittest.TestCase directly?","commit_id":"abf75a7da6020b83f37e190c347be97575b2e6ab"}],"tox.ini":[{"author":{"_account_id":14070,"name":"Eric Fried","email":"openstack@fried.cc","username":"efried"},"change_message_id":"0ca3a8fccf72592d22759858c477c2ce6ff3f988","unresolved":false,"context_lines":[{"line_number":11,"context_line":"   PYTHONWARNINGS\u003ddefault::DeprecationWarning"},{"line_number":12,"context_line":"deps \u003d"},{"line_number":13,"context_line":"    -r{toxinidir}/test-requirements.txt"},{"line_number":14,"context_line":"    .[docs]"},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"commands \u003d python setup.py test --slowest --testr-args\u003d\u0027{posargs}\u0027"},{"line_number":17,"context_line":""}],"source_content_type":"text/x-properties","patch_set":1,"id":"bf659307_24c926ab","line":14,"range":{"start_line":14,"start_character":4,"end_line":14,"end_character":11},"updated":"2018-03-29 20:10:58.000000000","message":"I don\u0027t get what this is doing; I guess it\u0027s picking up openstackdocstheme from setup.cfg?  And... tacking it onto the requirements?","commit_id":"abf75a7da6020b83f37e190c347be97575b2e6ab"},{"author":{"_account_id":6928,"name":"Ben Nemec","email":"openstack@nemebean.com","username":"bnemec"},"change_message_id":"32c560b241b242eb1d2c24b02729868b90a56e95","unresolved":false,"context_lines":[{"line_number":11,"context_line":"   PYTHONWARNINGS\u003ddefault::DeprecationWarning"},{"line_number":12,"context_line":"deps \u003d"},{"line_number":13,"context_line":"    -r{toxinidir}/test-requirements.txt"},{"line_number":14,"context_line":"    .[docs]"},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"commands \u003d python setup.py test --slowest --testr-args\u003d\u0027{posargs}\u0027"},{"line_number":17,"context_line":""}],"source_content_type":"text/x-properties","patch_set":1,"id":"5f7c97a3_8d4b0c86","line":14,"range":{"start_line":14,"start_character":4,"end_line":14,"end_character":11},"in_reply_to":"bf659307_24c926ab","updated":"2018-05-03 14:07:33.000000000","message":"A lot of projects have been moving their doc requirements to doc/requirements.txt so they can be installed only during docs builds.  For consistency maybe we want to do the same thing here?\n\nFor example: https://github.com/openstack/oslo.config/blob/master/doc/requirements.txt","commit_id":"abf75a7da6020b83f37e190c347be97575b2e6ab"}]}
