summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Migrate from nosetest to pytestIwan Aucamp2021-10-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch replace all uses of nose with pytest. It also includes a pytest plugin for creating EARL reports for tests with a `rdf_test_uri` parameter. Some caveats: - HTML report directory is now htmlcov instead of coverage - There is some warning related to the EARL reporting plugin which I can't quite figure out: ``` .venv/lib64/python3.7/site-packages/_pytest/config/__init__.py:676 /home/iwana/sw/d/github.com/iafork/rdflib/.venv/lib64/python3.7/site-packages/_pytest/config/__init__.py:676: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: test.earl self.import_plugin(import_spec) ``` This is not causing any problems as far as I can tell, but still annoying. - python setup.py test won't work anymore, I can make it work but this is not advised by pytest: https://github.com/pytest-dev/pytest-runner/#deprecation-notice - run_test.py is still there but it's not really referenced anymore from anywhere and the options it accepts are completely different as it's options were based on nose. I would say it should be removed entirely but for now it is basically just a wrapper around pytest that basically does nothing. - Removed references to test attributes as currently they are not being used anywhere anyway, I guess we can add them back if there is some use for them later. - A lot of tests are still marked to skip when really they should be marked with xfail. This is also affecting the RDFT test manifests and result in reports saying tests are skipped when really we know they will fail and they are only skipped for this reason. But there is no change here from before, and pytest makes it easier to dynamically do expected failures. Special thanks to Wes Turner for his advice and inputs on this process.
* manifest updateGunnar Aastrand Grimnes2013-05-161-2/+1
|
* Immigrate rdflib-sparql (plus some prefiguring changes)Graham Higgins2013-03-211-0/+1
|
* Extend sdist exclusions to cover the usual suspects.Graham Higgins2013-01-311-1/+2
|
* Don't include *.pyc files in source/binary distributions.Sascha Peilicke2013-01-311-0/+1
| | | | | | | This is almost always wrong, you only want to distribute source code, not Interpreter-dependant binary code. As an example, using the current tarballs hosted on PyPI will break with Python-2.6 due to non-matching magic number of the *.pyc files.
* update manifest.ingromgull2012-10-311-1/+2
|
* typo in manifestGunnar Aastrand Grimnes2012-10-101-1/+1
|
* releasing 3.2.23.2.2Gunnar Aastrand Grimnes2012-09-251-0/+2
|
* include docs in source-distgromgull2012-01-121-0/+1
|
* Integrate nose Python 3 tests (2)Graham Higgins2012-01-061-2/+2
|
* added ez_setup.pyeikeon2009-03-311-0/+1
|
* fixed example fileseikeon2009-02-211-1/+2
|
* initial checkineikeon2005-12-071-0/+5