UNITTEST 日本語 意味 - 日本語訳 - 英語の例文

名詞
unittest

英語 での Unittest の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
UnitTest Framework.
Unittestフレームワーク。
Runs the tests that are provided by the class UnitTest.
UnitTestという名前のクラスで定義されているテストを実行します。
UnitTest Framework Tutorial.
UnitTestフレームワークチュートリアル。
Mock is very easy to use andis designed for use with unittest.
Mockはとても使いやすく、unittestで利用するために設計されています。
UnitTest. This class is expected to be declared.
UnitTestクラスに記述されることになります。
It is also used in the unittest module in methods like failIf().
FailIf()のようなメソッドでunittestモジュールでも使用されます。
This is a brief tutorial that explains the functionality of UnitTest Framework.
これは、unittestのフレームワークの機能を説明する簡単なチュートリアルです。
Running unittest with typical test directory structure.
典型的なテストディレクトリ構造を持つunittestの実行。
The suggested mechanism for unit andintegration testing of a Pyramid application is the Python unittest module.
Pyramidアプリケーションで推奨されているユニットテストおよび結合テストのメカニズムは、Pythonのunittestモジュールです。
Unit Tests- Use-u or--unittest to run unit tests and print a summary of results.
単体テスト-単体テストを実行し、結果の概要を出力するには、-uまたは--unittestを使用します。
It inspires our team tocreate the following Serverless projects:1. Serverless UnitTest Boilerplate.
私たちのチームはこのサーバーレスフレームワークに共鳴を受け、次のようなServerlessプロジェクトを立ち上げました:1.ServerlessUnitTestBoilerplate。
The unittest module also automatically reenables deprecation warnings when running tests.
Unittestモジュールもテスト実行時に自動的にdeprecationwarningsを有効にします。
The final blockshows a simple way to run the tests. unittest. main() provides a command-line interface to the test script.
最後のブロックは簡単なテストの実行方法を示しています。unittest.main()は、テストスクリプトのコマンドライン用インターフェースを提供します。
It allows you to replace parts of your system under test with mock objects andmake assertions about how they have been used. unittest.
テスト中のシステムの一部をモックオブジェクトで置き換え、それらがどのように使われるかをアサートすることができます。unittest
The doctest and unittest modules contains frameworks for writing unit tests that automatically exercise code and verify that the expected output is produced.
Doctestとunittestモジュールでは、自動的に実行して予想通りの出力が生成されるか確認するユニットテストを書くことができます。
Mock--- mock object library- Python 3.8.0 문서 Source code: Lib/unittest/mock. py unittest. mock is a library for testing in Python.
Mock---モックオブジェクトライブラリ-Python3.8.0ドキュメントソースコード:Lib/unittest/mock.pyunittest.mockはPythonにおけるソフトウェアテストのためのライブラリです。
Unittest- Unit testing framework- Python 3.8.0 documentation unittest- Unit testing framework¶ Source code: Lib/unittest/__init.
Unittest---ユニットテストフレームワーク-Python3.8.0ドキュメントunittest---ユニットテストフレームワーク¶ソースコード:Lib/unittest/__init。
There are some useful additions to the standard library,such as a greatly enhanced unittest module, the argparse module for parsing command-line options, convenient OrderedDict and Counter classes in the collections module, and many other improvements.
Unittestモジュールが大幅に改良され、コマンドラインオプション解析のargparseモジュールが追加され、collectionsモジュールに便利なOrderedDict とCounterが追加され、他にもたくさんの改良が行われています。
To achieve this, unittest supports some important concepts in an object-oriented way: test fixtureA test fixture represents the preparation needed to perform one or more tests, and any associated cleanup actions.
これを実現するために、unittestはいくつかの重要な概念をオブジェクト指向の方法でサポートしています:テストフィクスチャ(testfixture)Atestfixturerepresents thepreparationneededtoperformoneormoretests,andanyassociatedcleanupactions。
Following the convention that the tests for a classUnit are written in a class named UnitTest, the test case class' source is searched for variables that reference objects of the Unit class and analyzing what methods are called on these objects.
規約に従って、UnitクラスのテストはUnitTestクラスに記述されることになります。このテストケースクラスのソースを検索し、Unitクラスのオブジェクトを参照している変数を見つけてそのオブジェクトがどんなメソッドをコールしているかを調べます。 例として例16。
結果: 20, 時間: 0.0255

トップ辞書のクエリ

英語 - 日本語