Mercurial > hg > configuration
comparison tests/unit.py @ 43:f09982d47b3c
add --dump option
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Tue, 27 Mar 2012 11:19:33 -0700 |
| parents | 75886253ee73 |
| children | 84fb8ad5ba81 |
comparison
equal
deleted
inserted
replaced
| 42:75886253ee73 | 43:f09982d47b3c |
|---|---|
| 94 # simple override | 94 # simple override |
| 95 config1 = {'browser_path': '/home/jhammel/bin/firefox', | 95 config1 = {'browser_path': '/home/jhammel/bin/firefox', |
| 96 'activeTests': ['ts']} | 96 'activeTests': ['ts']} |
| 97 args1 = ['-e', '/opt/bin/firefox'] | 97 args1 = ['-e', '/opt/bin/firefox'] |
| 98 | 98 |
| 99 # | |
| 100 | |
| 99 if __name__ == '__main__': | 101 if __name__ == '__main__': |
| 100 unittest.main() | 102 unittest.main() |
