Commit Graph

1 Commits

Author SHA1 Message Date
gedeck
8a5403f176 Refactor FeatFinderCLI and add unittests (#1299)
* 1194: Review assignments of range in Python code 

Task-Url: https://github.com/rdkit/rdkit/issues/1194
Either wrapped the range expression into a list or made sure that the
code is working with a range object.

* Refactored FeatFinderCLI script

* Add unit test file for CLI apps in rdkit.Chem

Add tests for FeatFinderCLI

* Renamed the unit test file

* Slight improvement to test coverage

* Address comments from review

* Add script to Scripts folder #1305
2017-02-10 08:03:59 +01:00