Skip to content

Commit 315aa5d

Browse files
committed
Simplify test target and update README
1 parent a64bd52 commit 315aa5d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ lint-black:
4444
lint-flake8:
4545
poetry run flake8 .
4646

47-
test: compile-node test-lambda
48-
npm run test --workspace packages/cdk
49-
50-
test-lambda:
47+
test:
5148
cd packages/slackBotFunction && PYTHONPATH=. python -m pytest tests/ -v
5249
cd packages/createIndexFunction && PYTHONPATH=. python -m pytest tests/ -v
5350

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ These are used to do common commands related to cdk
154154
- `lint-flake8` Runs flake8 linter on Python code.
155155
- `lint-githubactions` Lints the repository's GitHub Actions workflows.
156156
- `lint-githubaction-scripts` Lints all shell scripts in `.github/scripts` using ShellCheck.
157-
- `test` Runs unit tests for CDK code.
157+
- `test` Runs unit tests for Lambda functions.
158158
- `cfn-guard` Runs cfn-guard against CDK resources.
159159
- `pre-commit` Runs pre-commit hooks on all files.
160160

0 commit comments

Comments
 (0)