Mercurial > hg > orthanc-tests
comparison Tests/Run.py @ 83:3f2170efa8d2
patches for python3
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 23 Jun 2016 18:04:59 +0200 |
parents | 97acfdf0dbce |
children | 2af6c0fb850d |
comparison
equal
deleted
inserted
replaced
82:91e2ed032f96 | 83:3f2170efa8d2 |
---|---|
144 | 144 |
145 | 145 |
146 try: | 146 try: |
147 print('\nStarting the tests...') | 147 print('\nStarting the tests...') |
148 SetOrthancParameters(LOCAL, REMOTE) | 148 SetOrthancParameters(LOCAL, REMOTE) |
149 | |
149 unittest.main(argv = [ sys.argv[0] ] + args.options) | 150 unittest.main(argv = [ sys.argv[0] ] + args.options) |
151 | |
150 | 152 |
151 finally: | 153 finally: |
152 print('\nDone') | 154 print('\nDone') |
153 | 155 |
154 # The tests have stopped or "Ctrl-C" has been hit | 156 # The tests have stopped or "Ctrl-C" has been hit |