pip install pytest. And just for reference, this our hello world app: # hello.py from flask import Flask app = Flask(__name__) @app.route('/') def hello(): ...
確定! 回上一頁