Skip to content

Commit

Permalink
set up for unit test generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gblewis1 committed Jan 23, 2024
1 parent 282b438 commit 8f5131d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/UNIT-TEST-GEN-ALL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
TASK_TYPE: generate
# INCLUDE_PATHS: <Include your paths here if want to generate UT on specific files/dirs>
INCLUDE_PATHS: inbm/dispatcher-agent/dispatcher/source/ubuntu_source_manager.py
# EXCLUDE_PATHS: <Exclude your paths here if want to exclude specific files/dirs>

UNIT-TEST-RUN:
Expand Down
11 changes: 10 additions & 1 deletion inbm/dispatcher-agent/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,13 @@ urllib3==1.26.18
certifi==2023.7.22
pyinstaller==5.13.1
setuptools==65.5.1
future==0.18.3
future==0.18.3

# From inbm-lib, to make Maximus unit test generation work
paho-mqtt==1.6.0
types-paho-mqtt==1.6.0.7
dmidecode==0.9.0
xmlschema==1.5.3
defusedxml==0.7.1
url-normalize==1.4.3
snoop==0.4.3

0 comments on commit 8f5131d

Please sign in to comment.