12 buildPythonPackage rec {
13 pname = "snapshottest";
17 inherit pname version;
18 sha256 = "0g35ggqw4jd9zmazw55kj6gfjdghv49qx4jw5q231qyqj8fzijmv";
21 propagatedBuildInputs = [ fastdiff six termcolor ];
23 checkInputs = [ django pytestCheckHook pytest-cov ];
25 pythonImportsCheck = [ "snapshottest" ];
28 description = "Snapshot testing for pytest, unittest, Django, and Nose";
29 homepage = "https://github.com/syrusakbary/snapshottest";
30 license = licenses.mit;
31 maintainers = with maintainers; [ SuperSandro2000 ];