Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
debpal committed Sep 15, 2024
1 parent cbee637 commit e8d255d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ on:
- main # Your branch name
paths:
- '**/*.py' # Trigger only for changes in Python files
- '**/*.yml' # Trigger for changes in YAML files
pull_request:
branches:
- main # Your branch name
paths:
- '**/*.py' # Trigger for changes in Python files
- '**/*.yml' # Trigger for changes in YAML files

jobs:
build:
Expand Down
7 changes: 7 additions & 0 deletions tests/test_paituli.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ def test_is_valid_label(
# pass test for topographical database
assert class_instance.is_valid_label_tdb('K2344R') is True
assert class_instance.is_valid_label_tdb('invalid_label') is False


def test_check(
class_instance
):

assert 1 + 1 == 2

0 comments on commit e8d255d

Please sign in to comment.