Skip to content

Commit

Permalink
added docstring for test module and for test class in test_lovd_hg38.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaud committed Sep 3, 2024
1 parent f7c133e commit e16bde3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4018,8 +4018,8 @@
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-09-03T07:46:50.003340Z",
"start_time": "2024-09-03T07:46:40.913231Z"
"end_time": "2024-09-03T08:10:37.655840Z",
"start_time": "2024-09-03T08:10:28.838482Z"
}
},
"id": "dd9b17623f26a07c",
Expand Down
6 changes: 6 additions & 0 deletions tests/test_lovd_fill_hg38.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
"""
Module for testing the `lovd_fill_hg38` function from the `api.data.refactoring` module.
"""
import unittest
import pandas as pd
from api.data.refactoring import lovd_fill_hg38


class TestLOVDFillHg38(unittest.TestCase):
"""
Unit tests for the `lovd_fill_hg38` function.
"""

def setUp(self):
"""Set up any initial data used in multiple tests."""
Expand Down

0 comments on commit e16bde3

Please sign in to comment.