aboutsummaryrefslogtreecommitdiff
path: root/absl/flags/tests
diff options
context:
space:
mode:
authorRichard Levasseur <rlevasseur@google.com>2020-04-28 11:04:31 -0700
committerCopybara-Service <copybara-worker@google.com>2020-04-28 11:04:55 -0700
commit149c5e8489c24b0899e942fe34ed4258f291cf73 (patch)
tree134059b91aa76e75c61c2b09c2d6120d632ab216 /absl/flags/tests
parentc0687b47013d6bcab33cdc9707e6abdaad65718a (diff)
downloadabsl-py-149c5e8489c24b0899e942fe34ed4258f291cf73.tar.gz
Create --pdb as an alias of --pdb_post_mortem
This is to (1) make for an easier mnemonic and (2) to match the interfaces some other test frameworks (nose, pytest) provide. PiperOrigin-RevId: 308857342 Change-Id: Ideba06dc501a80ef41da9520f49bc18e0905f2a3
Diffstat (limited to 'absl/flags/tests')
-rw-r--r--absl/flags/tests/flags_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/flags/tests/flags_test.py b/absl/flags/tests/flags_test.py
index 35018a1..af5454b 100644
--- a/absl/flags/tests/flags_test.py
+++ b/absl/flags/tests/flags_test.py
@@ -820,6 +820,7 @@ class FlagsUnitTest(absltest.TestCase):
'--numbers [1, 2, 3]',
'--octal 438',
'--only_once singlevalue',
+ '--pdb False',
'--profile_file None',
'--quack',
'--repeat 3',
@@ -889,6 +890,7 @@ class FlagsUnitTest(absltest.TestCase):
'--numbers [1, 2, 3]',
'--octal 438',
'--only_once singlevalue',
+ '--pdb False',
'--profile_file None',
'--quack',
'--repeat 3',