Skip to content

Commit

Permalink
Enhance test cases in custom_test_case.py with detailed docstrings fo… (
Browse files Browse the repository at this point in the history
#585)

* Enhance test cases in custom_test_case.py with detailed docstrings for better clarity and maintainability. Added comprehensive descriptions for methods related to user authentication, API interactions, and database operations. Improved structure and documentation of test classes for better organization and understanding of test functionalities.

* Update GitHub Actions workflow to support Python 3.12 and upgrade action versions

* Enhance unit tests across multiple modules with detailed docstrings for improved clarity and maintainability. Updated test descriptions for actions, alarms, API views, cases, CLI commands, DAGs, and data checks to include functionality, expected outcomes, and validation criteria. This refactoring aims to provide better organization and understanding of test functionalities, ensuring comprehensive coverage of various scenarios.

* Small typos

---------

Co-authored-by: AlejandraGalan <[email protected]>
  • Loading branch information
ggsdc and AlejandraGalan authored Dec 16, 2024
1 parent 15b28be commit 58981b3
Show file tree
Hide file tree
Showing 10 changed files with 1,711 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_cornflow_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Copy DAG files
Expand Down
Loading

0 comments on commit 58981b3

Please sign in to comment.