Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: Adjusting tests to recent changes Created Oct. 11, 2017, 4:01 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: README.md
diff --git a/README.md b/README.md
index f2fbec7a40f59d7ade36ed8dc6300994bd57b9e0..f5cb64d87dd2074ba8e9436aad003ecae9a26a9d 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ not directly.
## Requirements
- [The Jinja2 module](http://jinja.pocoo.org/docs) (>= 2.8)
+- [The Pycrypto module](http://pythonhosted.org/pycrypto/) (>= 2.6.1)
## Usage
@@ -28,3 +29,5 @@ easy to lint and run the tests:
_(Tox will take care of installing the other dependencies such as flake8 and
flake8-abp inside a virtualenv.)_
+
+For more information on unit tests please refer to tests/README.md.
kzar 2017/10/16 11:17:22 Should read "...about the unit tests..."?
tlucas 2017/10/17 12:45:39 Done.

Powered by Google App Engine
This is Rietveld