test_language_module_requirement: check for python.
This commit is contained in:
parent
70a1ef5bdf
commit
fa6377dc12
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user