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