9 buildPythonPackage rec {
12 format = "setuptools";
15 src = fetchFromGitHub {
18 rev = "95a0b71806ed16310eb0f27bc48aa5e21f731423";
19 sha256 = "0qjg46ipyfjflvjqzqr5p7iylwwqn2mhhrq952d01vi8wvfds10d";
22 nativeCheckInputs = [ pytestCheckHook ];
25 description = "Easy String Baseline";
26 mainProgram = "baseline";
28 This tool streamlines creation and maintenance of tests which compare
29 string output against a baseline.
31 homepage = "https://github.com/dmgass/baseline";
32 license = licenses.mit;
33 maintainers = with maintainers; [ dnr ];