README.chromium 639 B

12345678910111213141516171819
  1. Name: mox3
  2. Short Name: mox3
  3. URL: https://github.com/openstack/mox3
  4. Version: 60dd893a8095f9d7957bf6635dc1620a7908d86b (commit hash)
  5. License: Apache License 2.0
  6. License File: NOT_SHIPPED
  7. Security Critical: no
  8. Local modification:
  9. Remove doc/source/conf.py because it's not needed and cause the checklicense.py
  10. to fail.
  11. Description:
  12. Mox3 is an unofficial port of the Google mox framework
  13. (http://code.google.com/p/pymox/) to Python 3. It was meant to be as compatible
  14. with mox as possible, but small enhancements have been made. The library was
  15. tested on Python version 3.2, 2.7 and 2.6.
  16. This library is added since pyfakefs depends on it.