Skip to content

Commit a23887b

Browse files
committed
flattened
1 parent e506186 commit a23887b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+7
-1051
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL=/usr/bin/env bash -euo pipefail
22

3-
PYTHON_PROJECT_DIRS_WITH_UNIT_TESTS = ack_backend backend delta_backend filenameprocessor mesh_processor recordprocessor redis_sync lamdas/id_sync
3+
PYTHON_PROJECT_DIRS_WITH_UNIT_TESTS = ack_backend backend delta_backend filenameprocessor mesh_processor recordprocessor redis_sync id_sync
44
PYTHON_PROJECT_DIRS = e2e e2e_batch $(PYTHON_PROJECT_DIRS_WITH_UNIT_TESTS)
55

66
#Installs dependencies using poetry.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ omit =
99
id_sync/tests/*
1010
id_sync/tests/*/*
1111
id_sync/tests/*/*/*
12-
../shared/tests/*
13-
../shared/tests/*/*
14-
../shared/tests/*/*/*
12+
13+
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TEST_ENV := @PYTHONPATH=src:tests:../shared/src
1+
TEST_ENV := @PYTHONPATH=src:tests:tests/test_common
22

33
test:
44
$(TEST_ENV) python -m unittest
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = ["s.wates <[email protected]>"]
1414
readme = "README.md"
1515
packages = [
1616
{include = "src"},
17-
{include = "common", from = "../shared/src"}
17+
{include = "common", from = "src"}
1818
]
1919

2020
[tool.poetry.dependencies]
File renamed without changes.

0 commit comments

Comments
 (0)