CakePHP Cookbook 2.x
Creating a junit log file, or clover coverage is often a nice bonus, as it gives you a nice graphical view of your testing results: app/Console/cake test app AllTests \ --stderr \ --log-junit junit.xml \ --coverage-clover --coverage-clover clover.xml If you use clover coverage, or the junit results, make sure to configure those in Jenkins as well. Failing to configure those steps will mean you won’t see the results. Run0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook 2.x
Creating a junit log file, or clover coverage is often a nice bonus, as it gives you a nice graphical view of your testing results: app/Console/cake test app AllTests \ --stderr \ --log-junit junit.xml \ --coverage-clover --coverage-clover clover.xml If you use clover coverage, or the junit results, make sure to configure those in Jenkins as well. Failing to configure those steps will mean you won’t see the results. Run0 码力 | 820 页 | 2.52 MB | 1 年前3
CakePHP Cookbook 3.x
build. In this step install your dependencies and run the tests for your application. Creating a junit log file, or clover coverage is often a nice bonus, as it gives you a nice graphical view of your dependencies php composer.phar install vendor/bin/phpunit --log-junit junit.xml --coverage-clover clover.xml If you use clover coverage, or the junit results, make sure to configure those in Jenkins as well0 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook 3.x
build. In this step install your dependencies and run the tests for your application. Creating a junit log file, or clover coverage is often a nice bonus, as it gives you a nice graphical view of your dependencies php composer.phar install vendor/bin/phpunit --log-junit junit.xml --coverage-clover clover.xml If you use clover coverage, or the junit results, make sure to configure those in Jenkins as well0 码力 | 967 页 | 2.80 MB | 1 年前3
Falcon v3.0.0-b2 DocumentationFor this tutorial we’ll use pytest since it allows for more pythonic test code as compared to the JUnit-inspired unittest module. Let’s start by installing the pytest package: $ pip install pytest 5 framework. Just as in the WSGI tutorial, let’s use pytest. This is a matter of taste; if you prefer xUnit/JUnit-style layout, you’ll feel at home with the stdlib’s unittest. In order to more quickly deliver a0 码力 | 340 页 | 1.15 MB | 1 年前3
Falcon v3.0.0 DocumentationFor this tutorial we’ll use pytest since it allows for more pythonic test code as compared to the JUnit-inspired unittest module. Let’s start by installing the pytest package: $ pip install pytest 5 framework. Just as in the WSGI tutorial, let’s use pytest. This is a matter of taste; if you prefer xUnit/JUnit-style layout, you’ll feel at home with the stdlib’s unittest. In order to more quickly deliver a0 码力 | 344 页 | 1.16 MB | 1 年前3
Falcon v3.0.1 DocumentationFor this tutorial we’ll use pytest since it allows for more pythonic test code as compared to the JUnit-inspired unittest module. Let’s start by installing the pytest package: $ pip install pytest 5 framework. Just as in the WSGI tutorial, let’s use pytest. This is a matter of taste; if you prefer xUnit/JUnit-style layout, you’ll feel at home with the stdlib’s unittest. In order to more quickly deliver a0 码力 | 344 页 | 1.16 MB | 1 年前3
Falcon v3.0.0-b1 DocumentationFor this tutorial we’ll use pytest since it allows for more pythonic test code as compared to the JUnit-inspired unittest module. Let’s start by installing the pytest package: $ pip install pytest Next framework. Just as in the WSGI tutorial, let’s use pytest. This is a matter of taste; if you prefer xUnit/JUnit-style layout, you’ll feel at home with the stdlib’s unittest. In order to deliver something working0 码力 | 338 页 | 1.14 MB | 1 年前3
Falcon v1.2.0 Documentation[http://docs.pytest.org/en/latest/] since it allows for more pythonic test code as compared to the JUnit-inspired unittest [https://docs.python.org/2/library/unittest.html#module-unittest] module. Let’s0 码力 | 177 页 | 252.56 KB | 1 年前3
Falcon v1.2.0 DocumentationFor this tutorial we’ll use pytest since it allows for more pythonic test code as compared to the JUnit-inspired unittest module. Let’s start by installing the pytest package: $ pip install pytest Next0 码力 | 134 页 | 498.46 KB | 1 年前3
共 36 条
- 1
- 2
- 3
- 4













