Skip to content

Commit a832557

Browse files
Feature/unit tests/infra 30039/event ingestors (#265)
* get event ingestor * test_events_can_be_ingested * reocrdtype added for unit tests * test_requirement_tests_can_be_run * test_requirement_tests_can_be_run #2 * wrongly added file deletion * test_hec_raw_ingestor * requests-mock typo fix * test_hec_raw_ingestor * test_requirement_tests_can_be_run assert has calls fix * hec_event_ingestor * HECMetricEventIngestor * import fix * test_sc4s_event_ingestor * test_sc4s_event_ingest additional asserts * test_event_ingestors/test_requirement_event_ingestor * [CR] assert exception string
1 parent da96160 commit a832557

File tree

9 files changed

+874
-2
lines changed

9 files changed

+874
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ orbs:
7171
jobs:
7272
release:
7373
docker:
74-
- image: circleci/node:11
74+
- image: circleci/node:12
7575
steps:
7676
- checkout
7777
- run: npx semantic-release

poetry.lock

Lines changed: 55 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ sphinx-panels = "*"
4141
lovely-pytest-docker = "*"
4242
pytest-cov = "^2.11.1"
4343
pytest-mock = "^3.5.1"
44+
requests-mock = "^1.8.0"
45+
recordtype = "^1.3"
4446

4547
[tool.poetry.plugins]
4648
pytest11 = { plugin = "pytest_splunk_addon.plugin", "splunk" = "pytest_splunk_addon.splunk" }

tests/unit/test_event_ingestors/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)