rmtoo icon indicating copy to clipboard operation
rmtoo copied to clipboard

Free and Open Source Requirements Management TooL

Results 22 rmtoo issues
Sort by recently updated
recently updated
newest added

I was looking for a requirements tool and came across rmtoo. Installing with pip was easy. However, there some hurdles to getting starting with it that could be improved. *...

enhancement

The input format is already very similar to yaml, so I think it would be nice to simply use yaml as the input format. The background for my suggestion is...

* using flit to package and upload to pypi * `rmtoo-contrib-dir` to get `contrib/` directory, no need for environment variables anymore.

Hi Andreas, First thanks for your awesome piece of software ! It's really a great tool but I couldn't avoid to notice that the expected result of the test cases...

Hi all, on first install, following instructions for VirtualEnv approach on RaspberryPi. After make I receive the following error ``` Makefile:32: .rmtoo_dependencies: No such file or directory rmtoo -j file://Config.json...

Hi, thank you very much for this nice piece of software. I read in "[rmtooDetailsV3.pdf](https://github.com/florath/rmtoo/blob/master/doc/presentations/rmtooDetailsV3.pdf)", p. 22: _"rmtoo supports some heuristics to check the quality of requirements"_ `rmtoo/doc/ grep -nr...

I didn't see anything in the documents mentioning that every requirement needs to be in a `Solved by` or `Depends on` relationship, but when it was the only way I...

This will automatically test and parse the example project in gitlab's ci system and leave artifacts behind.

I think (might be a documented feature as well) that the search path for requirements has a small bug. I show with an example what's up: Take the example project...

I've added my own requirements and able to generate artifacts. But if delete a sample req1, I get the following error: ```make: *** No rule to make target `requirements/req1.req', needed...