Skip to content

Commit

Permalink
fix: Do not include tests inside release package
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 10, 2021
1 parent 33f3f4f commit 7b4d4fa
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pyyaml = "^5.3"
tomlkit = "^0"
reuse = "*"
black = [
{ version = "20.8b1" , python = "^3.7" }
{ version = "20.8b1", python = "^3.7" }
]

[tool.poetry-dynamic-versioning]
Expand Down
10 changes: 10 additions & 0 deletions pytest_splunk_addon.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
2021-02-10 07:52:37,689 - DEBUG - app_test_generator.py - __init__ - Initializing FieldTestGenerator to generate the test cases
2021-02-10 07:52:37,689 - DEBUG - test_generator.py - __init__ - initializing AddonParser to parse the app
2021-02-10 07:52:37,689 - INFO - __init__.py - __init__ - Initializing the splunk_appinspect.App from path=package
2021-02-10 07:52:37,689 - DEBUG - app_test_generator.py - __init__ - Initializing CIMTestGenerator to generate the test cases
2021-02-10 07:52:37,690 - INFO - __init__.py - __init__ - Initializing the splunk_appinspect.App from path=package
2021-02-10 07:54:04,732 - DEBUG - app_test_generator.py - __init__ - Initializing FieldTestGenerator to generate the test cases
2021-02-10 07:54:04,733 - DEBUG - test_generator.py - __init__ - initializing AddonParser to parse the app
2021-02-10 07:54:04,733 - INFO - __init__.py - __init__ - Initializing the splunk_appinspect.App from path=package
2021-02-10 07:54:04,733 - DEBUG - app_test_generator.py - __init__ - Initializing CIMTestGenerator to generate the test cases
2021-02-10 07:54:04,733 - INFO - __init__.py - __init__ - Initializing the splunk_appinspect.App from path=package
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7b4d4fa

Please sign in to comment.