OSDN Git Service

Add unit tests for rangelib.py.
authorTao Bao <tbao@google.com>
Wed, 26 Aug 2015 23:13:18 +0000 (16:13 -0700)
committerTao Bao <tbao@google.com>
Wed, 26 Aug 2015 23:13:18 +0000 (16:13 -0700)
commit873a15e2674fa11af5ca37e32c9a506b4caacd29
tree2c805bd46508abf49faa9a6444a7ea7f90bfa4a4
parent95708eea4e50e9048bad13d129aa2f818b808ea8
Add unit tests for rangelib.py.

Separate the test cases in rangelib.py comments into a python unittest
file.

To invoke:
  $ python -m unittest test_rangelib

Change-Id: I59e4ce0aaccc83bcbb42fee15775683dcd559d99
tools/releasetools/test_rangelib.py [new file with mode: 0644]