test_language_module_requirement: check for python.

This commit is contained in:
Mike McQuaid 2016-07-29 15:54:21 -06:00
parent 70a1ef5bdf
commit fa6377dc12

View File

@ -36,10 +36,12 @@ class LanguageModuleRequirementTests < Homebrew::TestCase
end
def test_bad_python_deps
needs_python
assert_deps_fail "notapackage" => :python
end
def test_good_python_deps
needs_python
assert_deps_pass "datetime" => :python
end