mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-04 14:49:36 +00:00
Add reference to permitted modules
This commit is contained in:
parent
4809428de7
commit
724563049c
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ In general, I follow strict pep8 and pyflakes. All code must pass these tests.
|
|||
|
||||
All code needs to support Python 2.4-3.4.
|
||||
|
||||
# Permitted Python Modules
|
||||
|
||||
Only modules included in the standard library are permitted for use in this application. This application should not be dependent on any 3rd party modules that would need to be installed external to just Python itself.
|
||||
|
||||
# Testing
|
||||
|
||||
Currently there are no unit tests, but they are planned.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue