github.com/dolthub/go-mysql-server@v0.18.0/_integration/python-mysql/Makefile (about)

     1  dependencies:
     2  	python -m pip install -r requirements.txt
     3  
     4  test: dependencies
     5  	python -m unittest discover
     6  
     7  .PHONY: dependencies test