Skip to main content
Module

x/python/test/deps.ts>assertStringIncludes

🐍 Python interpreter bindings for Deno.
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/python@0.2.1/test/deps.ts";

Make an assertion that actual includes expected. If not then throw.

Parameters

actual: string
expected: string
optional
msg: string