Re: fluent-asserts 0.8.0 released

2017-12-01 Thread Szabo Bogdan via Digitalmars-d-announce
I forgot to add a link to the library... so if you are intrested about this you can find it here: https://code.dlang.org/packages/fluent-asserts

fluent-asserts 0.8.0 released

2017-12-01 Thread Szabo Bogdan via Digitalmars-d-announce
Hi, I just made some updates to fluent-asserts library. Since the last release I did: * use lazy parameters to test exceptions ``` /// instead of: ({ foo() }).should.throwAnyException; /// you can now use rewrite it like this: foo().should.throwAnyException; ``` the known issue is that you

Trial v0.4.0 and visual-trial v0.1.0 are out

2017-09-18 Thread Szabo Bogdan via Digitalmars-d-announce
Hi! I want to announce that I managed to release a new version of Trial, the DLang test runner. Since my last announcement, I made this changes: - new TAP and VisualTrial reporters - add -r flag to override the default reporters - add the describe command which prints a json with the

Trial v0.3.1 is out

2017-08-20 Thread Szabo Bogdan via Digitalmars-d-announce
Hi, I added some new improvements to `trial` http://trial.szabobogdan.com/ which is a hackable test runner for D. This release contains: - Support for `trial` configuration, that allows you to use custom dependencies for the test build - Improved command line interface - Spec test

Re: covered - processes output of code coverage analysis performed by the D programming language compiler

2017-08-01 Thread Szabo Bogdan via Digitalmars-d-announce
On Monday, 31 July 2017 at 15:45:18 UTC, Anton Fediushin wrote: On Monday, 31 July 2017 at 15:27:42 UTC, jmh530 wrote: On Monday, 31 July 2017 at 13:06:44 UTC, Anton Fediushin wrote: Hello! I am glad to announce a new command-line tool which should make development a little easier. You

Release fluent-asserts 0.6.0

2017-07-02 Thread Szabo Bogdan via Digitalmars-d-announce
Hi, I just made a new release of fluent-asserts: http://fluentasserts.szabobogdan.com/ https://code.dlang.org/packages/fluent-asserts Since my last announcement I improved the library with: - better error messages - better exception api - integration with ranges - new asserts

There is a new test runner in town

2017-06-11 Thread Szabo Bogdan via Digitalmars-d-announce
I'm pleased to announce the first release of `trial`. Trial is a test runner that aims for flexibility. I made this runner because I could not find a flexible test runner for D, to extend it with various features, like reporters and test discoveries. This runner extends `dub test` command and

fluent-asserts 0.5.0 released

2017-06-07 Thread Szabo Bogdan via Digitalmars-d-announce
Hi, I just released a new version of fluent-asserts: https://github.com/gedaiu/fluent-asserts Since the previous announce, I improved the error messages and I added a new function `.because()` that allows you to add custom messages. If you are interested in writing better asserts in your

Re: fluent-asserts released

2017-04-18 Thread Szabo Bogdan via Digitalmars-d-announce
On Wednesday, 12 April 2017 at 06:22:26 UTC, Ali Çehreli wrote: On 04/11/2017 11:01 PM, Szabo Bogdan wrote: should.not.throwAnyException({ throw new Exception("test"); }); what do you mean, they are not documented? there is a md file fith some examples here:

Re: fluent-asserts released

2017-04-12 Thread Szabo Bogdan via Digitalmars-d-announce
On Tuesday, 11 April 2017 at 10:40:53 UTC, qznc wrote: On Sunday, 9 April 2017 at 13:30:54 UTC, Szabo Bogdan wrote: Hi! I just made an update to my fluent assert library. This is a library that allows you to write asserts in a BDD style. Right now, it contains only asserts that I needed in

Re: fluent-asserts released

2017-04-10 Thread Szabo Bogdan via Digitalmars-d-announce
On Monday, 10 April 2017 at 17:38:14 UTC, jmh530 wrote: On Sunday, 9 April 2017 at 13:30:54 UTC, Szabo Bogdan wrote: Hi! I just made an update to my fluent assert library. This is a library that allows you to write asserts in a BDD style. Right now, it contains only asserts that I needed in

Re: fluent-asserts released

2017-04-10 Thread Szabo Bogdan via Digitalmars-d-announce
On Monday, 10 April 2017 at 12:54:43 UTC, Jacob Carlborg wrote: On 2017-04-09 15:30, Szabo Bogdan wrote: Hi! I just made an update to my fluent assert library. This is a library that allows you to write asserts in a BDD style. Right now, it contains only asserts that I needed in my

fluent-asserts released

2017-04-09 Thread Szabo Bogdan via Digitalmars-d-announce
Hi! I just made an update to my fluent assert library. This is a library that allows you to write asserts in a BDD style. Right now, it contains only asserts that I needed in my projects and I promise that I will add more in the future. I would really appreciate any feedback that you can

Tested atom plugin

2015-06-16 Thread Szabo Bogdan via Digitalmars-d-announce
Hi, For everyone using atom, the text editor, I want to announce this plugin that runs and shows the tests with their status. https://atom.io/packages/tested Thanks, Bogdan

Re: Vibe.Dav

2015-04-10 Thread Szabo Bogdan via Digitalmars-d-announce
On Friday, 10 April 2015 at 19:33:59 UTC, Martin Nowak wrote: On Tuesday, 7 April 2015 at 20:46:18 UTC, Bogdan wrote: Right now it has good file dav support and some basic support for cal dav Are you saying I can replace my Radicale server with it? https://github.com/Kozea/Radicale I think