Skip to content

Commit f44f079

Browse files
misc git cleanup (#340)
Remove my pathetic attempt at a debug print from unit tests Ignore reformatting commit from git blame gitignore pycharm and uv.lock evidently i was not feeling well --------- Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 091845c commit f44f079

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# .git-blame-ignore-revs
2+
# Reformatted repo with ruff
3+
94f5e443bfa80e576ded32585f0058d09a6a7fbc

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ ipython_config.py
8181
# VSCode
8282
.vscode/
8383

84+
# JetBrains PyCharm
85+
.idea/
86+
8487
# pyenv
8588
.python-version
8689

cpplint_unittest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7181,10 +7181,8 @@ def run_around_tests(pytestconfig: pytest.Config):
71817181
# obviously we're not going to see all the error categories. So we
71827182
# only run VerifyAllCategoriesAreSeen() when we don't filter for
71837183
# specific tests.
7184-
assert pytestconfig.getoption("-k", default=None) in [None, ""]
7185-
if pytestconfig.getoption("-k", default=None) in [None, ""]:
7184+
if pytestconfig.getoption("-k", default=None) in {None, ""}:
71867185
ErrorCollector(None).VerifyAllCategoriesAreSeen()
7187-
print("IIIIIIIIII saw the TV glow")
71887186

71897187

71907188
if __name__ == "__main__":

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy