Django TestCase 的断言方法列表在哪里?

发布于 2024-11-25 10:46:39 字数 47 浏览 0 评论 0 原文

我用谷歌搜索找到了断言方法列表。但看起来这个文档隐藏得很好。有谁知道它在哪里吗?

I googled to find the assert methods list. But it seems like this documentation is very well hidden. Does anyone know where it is?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

同展鸳鸯锦 2024-12-02 10:46:39

它只是使用标准的 python 单元测试, http://docs.python.org/library /unittest.html#assert-methods,使用 Django 特定的断言进行扩展,可以在 这里

It just uses the standard python unittest, http://docs.python.org/library/unittest.html#assert-methods, extended with Django-specific asserts which can be found here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文