Skip to content

Commit

Permalink
Update test_documentation_examples.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 5, 2021
1 parent 2bc4216 commit 0c9a2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_documentation_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_documentation_examples(self):
for name in sorted(found):

if '-v' in sys.argv:
if name.endwith('plot_bbegin_measure_time.py'):
if name.endswith('plot_bbegin_measure_time.py'):
if __name__ == "__main__":
print("%s: skip %r" % (
datetime.now().strftime("%d-%m-%y %H:%M:%S"),
Expand Down

0 comments on commit 0c9a2f6

Please sign in to comment.