Skip to content

Conversation

@suutari-ai
Copy link
Member

There could be global sanitizers present at the path of the configuration
file. Make sure that those are importable without setting the PYTHONPATH
environment variable.

Remove the unneeded nargs=1 from config and output arguments, since
those are simple single value arguments and it is more logical that the
value is not parsed into a list.
There could be global sanitizers present at the path of the
configuration file.  Make sure that those are importable without setting
the PYTHONPATH environment variable.
@suutari-ai suutari-ai requested a review from ehaivala June 19, 2018 15:59
@codecov
Copy link

codecov bot commented Jun 19, 2018

Codecov Report

Merging #14 into master will decrease coverage by 0.33%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   94.18%   93.84%   -0.34%     
==========================================
  Files          24       24              
  Lines         842      845       +3     
==========================================
  Hits          793      793              
- Misses         49       52       +3
Impacted Files Coverage Δ
database_sanitizer/__main__.py 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a3a6aad...c4a4ea2. Read the comment docs.

Copy link
Contributor

@ehaivala ehaivala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. Great stuff 👍

@suutari-ai suutari-ai merged commit 3f60ddc into andersinno:master Jun 20, 2018
@suutari-ai suutari-ai deleted the global-sanitizers-python-path branch June 20, 2018 06:43
@frwickst
Copy link
Contributor

And so the coverage gods gently wept in silence... 😜

@suutari-ai
Copy link
Member Author

And so the coverage gods gently wept in silence...

You're right. This stuff is supposed to be tested. I did some improvements to the test coverage in PR #15.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants