This website requires JavaScript.
Explore
Help
Sign In
happyz
/
fastapi
mirror of
https://github.com/tiangolo/fastapi.git
Watch
1
Star
0
Fork
You've already forked fastapi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a84001000e
fastapi
/
scripts
/
test.sh
8 lines
99 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
set
-e
set
-x
export
PYTHONPATH
=
./docs_src
coverage run -m pytest tests
${
@
}
Reference in New Issue
View Git Blame
Copy Permalink