src/HOL/Nitpick_Examples/Tests_Nits.thy
author wenzelm
Sat, 11 Mar 2023 21:25:24 +0100
changeset 77619 6d0985955872
parent 74844 90242c744a1a
permissions -rw-r--r--
discontinued apache-commons in favour of jsoup, which is smaller and more useful;

(*  Title:      HOL/Nitpick_Examples/Tests_Nits.thy
    Author:     Jasmin Blanchette, TU Muenchen
    Copyright   2009-2011

Nitpick tests.
*)

section \<open>Nitpick Tests\<close>

theory Tests_Nits
imports Main
begin

ML \<open>if getenv "KODKODI" = "" then () else Nitpick_Tests.run_all_tests \<^context>\<close>

end