mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

the rationale behind importing under a test function is to import what is being tested, and perhasp likely to fail, to isolate possible errors resulting from the import itself see http://docs.pylonsproject.org/en/latest/community/testing.html#rule-never-import-the-module-under-test-at-test-module-scope for more