Mercurial > hg > MakeItSo
diff makeitso/makeitso.py @ 256:f10f5beb8ad1
pytest now actually runs the tests
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sat, 27 May 2017 09:37:15 -0700 |
parents | 407dd46857e1 |
children | 7e3a32f2794a |
line wrap: on
line diff
--- a/makeitso/makeitso.py Fri May 26 14:18:47 2017 -0700 +++ b/makeitso/makeitso.py Sat May 27 09:37:15 2017 -0700 @@ -429,15 +429,6 @@ default=True, action='store_false', help="don't read ~/.makeitso") - # TODO: -# parser.add_option('-u', '--update', dest='update', -# help="update the specified .ini file for variables read from this run") -# parser.add_option('-U', '--Update', dest='Update', -# help="same as -u, but update the global [DEFAULTS] section") -# parser.add_option('--dry-run', dest='dry_run', -# default=False, action='store_true', -# help="don't actually do the substitution but do everything else") - # options for getting information parser.add_option('--commandline', dest='commandline', action='store_true', default=False,