added doctests for compare_string and is_for_table by pathak-deep15 · Pull Request #1138 · TheAlgorithms/Python · GitHub
Skip to content

added doctests for compare_string and is_for_table - #1138

Merged
poyea merged 4 commits into
TheAlgorithms:masterfrom
pathak-deep15:patch-1
Aug 22, 2019
Merged

poyea merged 4 commits into
TheAlgorithms:masterfrom
pathak-deep15:patch-1

Conversation

@pathak-deep15

Copy link
Copy Markdown
Contributor

compare_string('0010','0110')
'0_10'
is_for_table('__1','011',2)
True
The above doctests were added

>>>compare_string('0010','0110')
       '0_10'
>>> is_for_table('__1','011',2)
	True
The above doctests were added
@harshildarji harshildarji added the awaiting merge This PR is approved and ready to be merged label Aug 20, 2019
@cclauss

cclauss commented Aug 20, 2019

Copy link
Copy Markdown
Member

@poyea
poyea merged commit 47cb394 into TheAlgorithms:master Aug 22, 2019
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* added doctests for compare_string and is_for_table

>>>compare_string('0010','0110')
       '0_10'
>>> is_for_table('__1','011',2)
	True
The above doctests were added

* Update quine_mc_cluskey.py

* Update quine_mc_cluskey.py

* Update quine_mc_cluskey.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge This PR is approved and ready to be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants