diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-09-14 20:57:06 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-24 11:25:33 -0400 |
commit | d49133d9ca23a86a8fecb848022a16c006223721 (patch) | |
tree | 914fa733eeadc304af0a2530a58093331f96b837 /doc/HACKING | |
parent | af39649aade3da87ac23ad62605e2273f92d9d47 (diff) | |
download | tor-d49133d9ca23a86a8fecb848022a16c006223721.tar.gz tor-d49133d9ca23a86a8fecb848022a16c006223721.zip |
Mention that we require Python 2.7 or newer
Diffstat (limited to 'doc/HACKING')
-rw-r--r-- | doc/HACKING/WritingTests.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/HACKING/WritingTests.md b/doc/HACKING/WritingTests.md index cc393494ec..05de8e0be8 100644 --- a/doc/HACKING/WritingTests.md +++ b/doc/HACKING/WritingTests.md @@ -7,8 +7,8 @@ keep from introducing bugs. The major ones are: 1. Unit tests written in C and shipped with the Tor distribution. - 2. Integration tests written in Python and shipped with the Tor - distribution. + 2. Integration tests written in Python 2 (>= 2.7) or Python 3 + (>= 3.1) and shipped with the Tor distribution. 3. Integration tests written in Python and shipped with the Stem library. Some of these use the Tor controller protocol. |