Home
last modified time | relevance | path

Searched refs:a_test (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/
H A Didlharness.js104 function throwOrReject(a_test, operation, fn, obj, args, message, cb)
113 promise_rejects_js(a_test, TypeError, fn.apply(obj, args), message).then(cb, cb);
115 a_test.step(function() {
2163 var a_test = subsetTestByKey(this.name, async_test, this.name + " interface: attribute " + member.name);
2164 a_test.step(function()
2167 a_test.done();
2179 a_test.done();
2214 // since it will call done() on a_test.
2215 this.do_interface_attribute_asserts(self, member, a_test);
2228 // do, since it will call done() on a_test
[all...]
/third_party/python/Lib/test/test_importlib/
H A Dtest_namespace_pkgs.py322 import a_test namespace
323 self.assertEqual(a_test.attr, 'in module')

Completed in 5 milliseconds