queirozf.com

Entries by tag: testing

Including child/synonym tags

Pytest Options: Best Practices and Examples  23 Aug 2020    pytest python testing
Examples on how to use pytest to run tests, configure outputs, etc. Read More ›

Python Unittest Examples: Mocking and Patching  09 Dec 2019    python testing
Simple examples to help you understand when/where to use mocking and patching, so you don't need to skip testing any part of your code. Read More ›

Python Docstrings: Reference & Examples  24 Feb 2018    python documentation testing
Examples to help you document your Python code using any of the commonly used docstring styles. Read More ›

Python Unit Testing with unittest: Reference and Examples  12 Feb 2018    python testing
Testing is needed in all but the most trivial applications. The unittest module is very widely used in Python because it's part of the standard library, starting with Python 2.1. Read More ›

Scala Testing with Scalatest: Reference and Examples  06 Jul 2017    testing scala
Simple examples using ScalaTest to test your Scala projects. Full introduction and examples of all major testing styles supported by this framework. Read More ›

Running Acceptance Tests on PHP Projects With Codeception and PhantomJS  16 Apr 2014    testing codeception phantomjs
Why Testing? Functional, Unit, Integration: Bring Them All In  20 Sep 2013    testing complexity
Testing private methods using PHPUnit  06 May 2012    php testing phpunit