Also bring over tests from dist-git, and add test for formparser to test the backported changes. Resolves: rhbz#2188442
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/usr/bin/bash
|
|
set -eux
|
|
|
|
pytest-3 ./test_wsgi.py ./test_formparser.py
|