Re: howto run unittest of a single module in dub driven project?

2018-03-05 Thread Arjan via Digitalmars-d-learn
On Monday, 5 March 2018 at 11:26:37 UTC, Atila Neves wrote: On Sunday, 4 March 2018 at 10:43:06 UTC, Arjan wrote: Is it somehow possible to only run the unittests of a single d file within a dub project? Of course without resorting to typing the complete commandline with all versions includes

Re: howto run unittest of a single module in dub driven project?

2018-03-05 Thread Atila Neves via Digitalmars-d-learn
On Sunday, 4 March 2018 at 10:43:06 UTC, Arjan wrote: Is it somehow possible to only run the unittests of a single d file within a dub project? Of course without resorting to typing the complete commandline with all versions includes switches etc. You could use unit-threaded:

Re: howto run unittest of a single module in dub driven project?

2018-03-05 Thread Basile B. via Digitalmars-d-learn
On Monday, 5 March 2018 at 09:19:52 UTC, Arjan wrote: On Sunday, 4 March 2018 at 16:51:06 UTC, Basile B. wrote: [1] https://github.com/BBasile/Coedit/commit/f8c5e686c8c6aaa7dc2c770121767e3e59806a0e Thanks for givin me the idea original poster. Guess I will have to give coedit another try

Re: howto run unittest of a single module in dub driven project?

2018-03-05 Thread Arjan via Digitalmars-d-learn
On Sunday, 4 March 2018 at 16:51:06 UTC, Basile B. wrote: [1] https://github.com/BBasile/Coedit/commit/f8c5e686c8c6aaa7dc2c770121767e3e59806a0e Thanks for givin me the idea original poster. Guess I will have to give coedit another try then.. ;-) So you do use dub behind the scenes so it

Re: howto run unittest of a single module in dub driven project?

2018-03-04 Thread Basile B. via Digitalmars-d-learn
On Sunday, 4 March 2018 at 12:22:35 UTC, Basile B. wrote: On Sunday, 4 March 2018 at 11:38:37 UTC, Basile B. wrote: On Sunday, 4 March 2018 at 10:43:06 UTC, Arjan wrote: [...] In Coedit yes. 1/ The path to the other source (usually the path>/src/ or /source/) folder must be registered in

Re: howto run unittest of a single module in dub driven project?

2018-03-04 Thread Basile B. via Digitalmars-d-learn
On Sunday, 4 March 2018 at 11:38:37 UTC, Basile B. wrote: On Sunday, 4 March 2018 at 10:43:06 UTC, Arjan wrote: [...] In Coedit yes. 1/ The path to the other source (usually the path>/src/ or /source/) folder must be registered in the library manager. 2/ Menu "Compilation" item "Run file

Re: howto run unittest of a single module in dub driven project?

2018-03-04 Thread Basile B. via Digitalmars-d-learn
On Sunday, 4 March 2018 at 10:43:06 UTC, Arjan wrote: Is it somehow possible to only run the unittests of a single d file within a dub project? Of course without resorting to typing the complete commandline with all versions includes switches etc. In Coedit yes. 1/ The path to the other

howto run unittest of a single module in dub driven project?

2018-03-04 Thread Arjan via Digitalmars-d-learn
Is it somehow possible to only run the unittests of a single d file within a dub project? Of course without resorting to typing the complete commandline with all versions includes switches etc.