pythonPackages.pytest-httpbin: actually run tests
This commit is contained in:
parent
1cba74dfc1
commit
6ae627b01e
@ -24,6 +24,10 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ flask decorator httpbin six requests ];
|
propagatedBuildInputs = [ flask decorator httpbin six requests ];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
py.test
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Easily test your HTTP library against a local copy of httpbin.org";
|
description = "Easily test your HTTP library against a local copy of httpbin.org";
|
||||||
homepage = https://github.com/kevin1024/pytest-httpbin;
|
homepage = https://github.com/kevin1024/pytest-httpbin;
|
||||||
|
Loading…
Reference in New Issue
Block a user