Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust where tests are located #131

Merged
merged 2 commits into from
Mar 5, 2018
Merged

Conversation

atodorov
Copy link
Contributor

@atodorov atodorov commented Mar 4, 2018

@moubctez, @aerostitch,
I think this PR takes care of the test directory not being directly installed under site-packages/ while still carrying all test related files in the tarball to accommodate Debian packaging.

Let me know if you see anything I'm missing here. I can release 0.9.2 without further if the proposed changes work for you.

@coveralls
Copy link

coveralls commented Mar 4, 2018

Pull Request Test Coverage Report for Build 286

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-32.9%) to 51.954%

Totals Coverage Status
Change from base Build 283: -32.9%
Covered Lines: 492
Relevant Lines: 947

💛 - Coveralls

4 similar comments
@coveralls
Copy link

Pull Request Test Coverage Report for Build 286

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-32.9%) to 51.954%

Totals Coverage Status
Change from base Build 283: -32.9%
Covered Lines: 492
Relevant Lines: 947

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 286

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-32.9%) to 51.954%

Totals Coverage Status
Change from base Build 283: -32.9%
Covered Lines: 492
Relevant Lines: 947

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 286

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-32.9%) to 51.954%

Totals Coverage Status
Change from base Build 283: -32.9%
Covered Lines: 492
Relevant Lines: 947

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 286

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-32.9%) to 51.954%

Totals Coverage Status
Change from base Build 283: -32.9%
Covered Lines: 492
Relevant Lines: 947

💛 - Coveralls

@coveralls
Copy link

coveralls commented Mar 4, 2018

Pull Request Test Coverage Report for Build 290

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage remained the same at 84.826%

Files with Coverage Reduction New Missed Lines %
pylint_django/transforms/fields.py 1 98.11%
Totals Coverage Status
Change from base Build 283: 0.0%
Covered Lines: 464
Relevant Lines: 547

💛 - Coveralls

@atodorov atodorov force-pushed the tests_under_pylint-django branch from 94b6ec5 to c19ad20 Compare March 4, 2018 21:58
@aerostitch
Copy link
Contributor

aerostitch commented Mar 5, 2018

@atodorov looks great. Thanks a lot for those modifications. The only thing that is missing is the modification of scripts/test.sh I would say.

@carlio
Copy link
Member

carlio commented Mar 5, 2018

👍 from me too

atodorov added 2 commits March 5, 2018 23:15
- setup.py: move all the values directly as parameters to setup()
  to make it more readable and avoid scrolling back and forth to
  figure out what comes from where
- MANIFEST.in: add Markdown files to the list of included files,
  e.g. CHANGELOG, CONTRIBUTORS, README; adjust how we include the
  supplementary files for tests
@atodorov atodorov force-pushed the tests_under_pylint-django branch from c19ad20 to 98e5091 Compare March 5, 2018 21:15
@atodorov
Copy link
Contributor Author

atodorov commented Mar 5, 2018

@aerostitch fixed scripts/test.sh, good catch.

FYI I will do a quick fix for #96 as well and probably release the new version tomorrow.

@atodorov atodorov merged commit b46e2cf into master Mar 5, 2018
@atodorov atodorov deleted the tests_under_pylint-django branch March 5, 2018 21:24
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.

4 participants