On Thu, 28 Jun 2018 05:25:42 + jaquil...@eagleeyet.net said:
> Hi all,
>
> I think writing unit tests would be good for someone like me whose new
> to the code base if it helps to catch issues. My question though is do
> we have a tags on phab where senior devs post tickets for tests that
I agree that app testers are good, but ideally unit tests should cover all
the codepaths which can be triggered by an app. We can use tools like lcov
to verify that the same codepaths are being taken and ensure that identical
code is being run in tests as in apps.
Testing in a controlled environme
On Fri, Jun 29, 2018 at 4:38 AM, Mike Blumenkrantz <
michael.blumenkra...@gmail.com> wrote:
> I agree that app testers are good, but ideally unit tests should cover all
> the codepaths which can be triggered by an app. We can use tools like lcov
> to verify that the same codepaths are being taken
"Library intl found: NO"
Which package do i suppose to install to enable intl ?
Can't find package name with apt-cache search. Too ambiguous.
Need the exact name for it.
Anyone helps me?
--
Regards, Hermet
--
Check out
Can someone start tagging bugs that need unit tests or is that already
done?
On 2018-06-28 11:28, Carsten Haitzler wrote:
On Thu, 28 Jun 2018 05:25:42 + jaquil...@eagleeyet.net said:
Hi all,
I think writing unit tests would be good for someone like me whose new
to the code base if it hel
On Fri, 29 Jun 2018 11:01:12 +0900 Hermet Park said:
> "Library intl found: NO"
>
> Which package do i suppose to install to enable intl ?
> Can't find package name with apt-cache search. Too ambiguous.
>
> Need the exact name for it.
>
> Anyone helps me?
well glibc provides that normally (ge
On Fri, 29 Jun 2018 05:31:20 + jaquil...@eagleeyet.net said:
> Can someone start tagging bugs that need unit tests or is that already
> done?
That is a good idea. From now on when I see a bug that seems it could do with a
unit test (i.e. it's readily unit-testable), I'll add some tag - TBD.
I will start working on this once I am back from my honeymoon on the
22nd as I am getting married tomorrow so hopefully I can find some tags
on phab by then to work on with some guidance :)
On 2018-06-29 05:40, Carsten Haitzler wrote:
On Fri, 29 Jun 2018 05:31:20 + jaquil...@eagleeyet.net