Support more formats and add new method returning deleted fragments (#1432)

* Support more formats and add new method returning deleted fragments

* Reduce number of changes and make more visible what has really changed

* Add 'UnitTestSaltRemover' and perform changes suggested by review

* Add support for 'smi' file

* Improve doctest regarding new functionality

* Following suggestions made by collaborator

* Be consistent with 'ValueError' and add an example without tuple destructuring
This commit is contained in:
Christian Ribeaud
2017-06-19 17:10:10 +02:00
committed by Greg Landrum
parent e03397c664
commit e4717913cd
5 changed files with 7758 additions and 23 deletions

3
.gitignore vendored
View File

@@ -6,6 +6,9 @@
/.project
/.pydevproject
#- IDEA files
/.idea
#- Binary files
__pycache__/
*.so