mirror of
https://github.com/kevinveenbirkenbach/bulk-string-replacer.git
synced 2026-01-10 09:22:10 +00:00
4 lines
48 B
Makefile
4 lines
48 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
python3 -m unittest test.py
|