Skip to content

Commit

Permalink
Move python tests into /python
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Melara <marcela.melara@intel.com>
  • Loading branch information
marcelamelara committed Jul 18, 2023
1 parent e5f2403 commit 084f207
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ go_test: go_setup
go test ./...

py_test:
python3 -m unittest tests/python/test_*.py
python3 -m unittest python/tests/test_*.py

.PHONY: protos go_setup go_run go_test py_test
File renamed without changes.
File renamed without changes.

0 comments on commit 084f207

Please sign in to comment.