mirror of
https://github.com/clearlinux/common.git
synced 2026-08-25 15:36:16 +00:00
7cd52ed2fd
Refactor unit tests, add test case for MySQL-python package
6 lines
99 B
Makefile
6 lines
99 B
Makefile
TEST = test.test_ltsutils
|
|
|
|
.PHONY: test
|
|
test:
|
|
PYTHONPATH=. python -m unittest -v -k .Test $(TEST)
|