mirror of
https://github.com/kevinveenbirkenbach/bulk-string-replacer.git
synced 2025-11-03 19:28:00 +00:00
4 lines
48 B
Makefile
4 lines
48 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
python3 -m unittest test.py
|