Skip to content

Commit 300c663

Browse files
committed
CI: add test_database.py and test_symbols_handler to unit tests
1 parent 156078e commit 300c663

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
- tests/test_redis_manager.py
6363
- tests/test_ioc_handler.py
6464
- tests/test_timeline.py
65+
- tests/test_database.py
66+
- tests/test_symbols_handler.py
6567

6668
steps:
6769
- uses: actions/checkout@v4
@@ -95,10 +97,6 @@ jobs:
9597
- name: Start redis server
9698
run: redis-server --daemonize yes
9799

98-
- name: Run Database Unit Tests
99-
run: |
100-
python3 -m pytest tests/test_database.py -p no:warnings -vv
101-
102100
- name: Run Unit Tests for ${{ matrix.test_file }}
103101
run: |
104102
python3 -m pytest ${{ matrix.test_file }} -p no:warnings -vv -s -n 5

0 commit comments

Comments
 (0)