From 64c762430a8a8d4df3c556fe6e1be86c35635000 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Thu, 3 Oct 2024 14:51:41 -0400 Subject: [PATCH 1/3] correct CI badger URL --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 289a00a..59edf60 100644 --- a/README.rst +++ b/README.rst @@ -15,8 +15,8 @@ .. |Black| image:: https://img.shields.io/badge/code_style-black-black :target: https://github.com/psf/black -.. |CI| image:: https://github.com/diffpy/diffpy.fourigui/actions/workflows/main.yml/badge.svg - :target: https://github.com/diffpy/diffpy.fourigui/actions/workflows/main.yml +.. |CI| image:: https://github.com/diffpy/diffpy.fourigui/actions/workflows/matrix-and-codecov-on-merge-to-main.yml/badge.svg + :target: https://github.com/diffpy/diffpy.fourigui/actions/workflows/matrix-and-codecov-on-merge-to-main.yml .. |Codecov| image:: https://codecov.io/gh/diffpy/diffpy.fourigui/branch/main/graph/badge.svg :target: https://codecov.io/gh/diffpy/diffpy.fourigui From 1a03fdcadaff74247597689b4ddaa9ca4b8d24e2 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Thu, 3 Oct 2024 14:52:30 -0400 Subject: [PATCH 2/3] Delete tests/debug.py --- tests/debug.py | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 tests/debug.py diff --git a/tests/debug.py b/tests/debug.py deleted file mode 100644 index 60c9014..0000000 --- a/tests/debug.py +++ /dev/null @@ -1,35 +0,0 @@ -#!/usr/bin/env python -############################################################################## -# -# (c) 2024 The Trustees of Columbia University in the City of New York. -# All rights reserved. -# -# File coded by: Billinge Group members and community contributors. -# -# See GitHub contributions for a more detailed list of contributors. -# https://github.com/diffpy/diffpy.fourigui/graphs/contributors -# -# See LICENSE.rst for license information. -# -############################################################################## - -""" -Convenience module for debugging the unit tests using - -python -m diffpy.fourigui.tests.debug - -Exceptions raised by failed tests or other errors are not caught. -""" - - -if __name__ == "__main__": - import sys - - from diffpy.fourigui.tests import testsuite - - pattern = sys.argv[1] if len(sys.argv) > 1 else "" - suite = testsuite(pattern) - suite.debug() - - -# End of file From 9781ec57c183fefa60267fbc0958807ff39948e5 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Thu, 3 Oct 2024 14:53:19 -0400 Subject: [PATCH 3/3] Add news for debug.py removal --- news/file.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/file.rst diff --git a/news/file.rst b/news/file.rst new file mode 100644 index 0000000..f6b3625 --- /dev/null +++ b/news/file.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* debug.py file for running tests + +**Fixed:** + +* + +**Security:** + +*