mirror of
https://github.com/kevinveenbirkenbach/bulk-string-replacer.git
synced 2025-09-07 18:57:15 +02:00
4 lines
48 B
Makefile
4 lines
48 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
python3 -m unittest test.py
|