Skip to content
#

unit-test

Here are 677 public repositories matching this topic...

JeffreyDing11223
JeffreyDing11223 commented Nov 11, 2018

unit test coverage is always 0% , even the log shows that "Linter:UnitTest over".

command:
goreporter -p ./ -r /Users/jeffrey -f html
log:

2018/11/11 19:33:45 The template path is not specified,and will use the default template
2018/11/11 19:33:45 There are no packages that are excepted, review all items of the package
2018/11/11 19:33:45 Linter:CountCode over,time consumi

Xrayez
Xrayez commented May 31, 2019

Version: 6.7.0+

Ability to simulate methods and yield for events during tests are quite handy. This of course leads to increased time for all tests to pass.

Recently I've figured a nice engine feature that allows to control how fast iterations are run from command line, see godotengine/godot#7269.

I've experimented with these settings:
`godot --fixed-fps 11 --disable-render-loop -d -

emyann
emyann commented Sep 26, 2018

Preset Pattern:
1.Application Type -> 2.Bundler -> 3.Test Framework -> 4.Publishing -> 5.CI -> 6.CD

create-ts-lib --preset default  my-package
create-ts-lib --preset minimal my-package

Where

  • default
    1.Typescript, 2.Webpack, 3.Karma+Jasmine, 4.Semantic Release, 5.CircleCI
  • minimal
    1.Typescript, 2.None, 3.None, 4.None, 5.None

Or

create
index0h
index0h commented Feb 9, 2020

@EvgeniiR @peter-gribanov @alexgivi @fox-hellraiser @WoZ @gotterdemarung
Господа, прошу вас о конструктивной критике и доводам по следующим статическим анализаторм psalm vs phpstan vs phan vs (ваш вариант). Хочу помимо idea инспекций / кодстайла добавить более нейтивные валидаторы кода, для запуска например через CI.
Для проверки стиля я предполагаю использовать PHP_CodeSniffer, но для остальног

Improve this page

Add a description, image, and links to the unit-test topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unit-test topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.