summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Migrate from nosetest to pytestIwan Aucamp2021-10-241-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* 6.0.0a0: simplify license for GitHub to recognise, setup.py long desk from ↵Nicholas Car2021-07-201-2/+2
| | | | README.md
* admin scripts & release 6.0.0 bumpNicholas Car2021-07-201-24/+31
|
* add info about chat to README. #1341.Natanael Arndt2021-07-161-2/+3
|
* reorganize README sectionsNatanael Arndt2021-07-161-34/+24
|
* Merge remote-tracking branch 'origin/master' into json_ld_11Ashley Sommer2021-07-091-0/+3
|\
| * Add make coverage instructions to READMEEdmond Chuc2021-07-081-0/+3
| |
* | add documentation around json-ld features merged into rdflibAshley Sommer2021-07-081-2/+1
|/
* Add running tests instructions to README. Add scripts and files to run tests ↵Edmond Chuc2021-07-071-0/+37
| | | | in a Docker container.
* Add notes about how to install from gitNatanael Arndt2021-03-231-0/+13
|
* Serialize Changes:Ashley Sommer2020-10-081-1/+1
| | | | | | | | 1) Change default format from 'xml' to 'turtle' 2) If destination is None and encoding is None, output a str, not bytes 3) Add a new convenience method to print the Graph contents (turtle by default) Lots of fixes in tests to adapt to these changes (serialize is used a lot to check graph state in tests). Blacked files which were involved in this change.
* updated to support Python 3.6+ only (not 3.5)Nicholas Car2020-10-031-1/+1
|
* Add link to 4.2.2 to 5.x upgrade docsFlorian Ludwig2020-09-081-1/+1
|
* consistency for the RDFLib nameFlorian Ludwig2020-09-081-3/+3
|
* Add note about supported python versions to READMEFlorian Ludwig2020-09-081-0/+6
|
* Link developer guide in READMEFlorian Ludwig2020-09-081-1/+4
|
* simplify MarkdownNicholas Car2020-05-051-1/+1
|
* updated RDFlib logo image filesNicholas Car2020-05-051-1/+1
|
* Fix typo in README.mdEnrico Bacis2020-04-301-1/+1
| | | `work` -> `for`.
* update CHANGELOG & README for 5.0.0 releaseNicholas Car2020-04-181-37/+101
|
* changes to (s, p, o)Nicholas Car2020-02-251-1/+1
|
* Update README.mdJodi Schneider2018-11-101-1/+1
| | | update syntax of Python snippet; print expects parentheses
* Update README.mdDiego Quintana2017-08-231-1/+1
| | | fixes a missing reference to rdflib when using Namespace()
* removed broken pypi downloads badgeJörn Hees2017-05-141-1/+0
| | | https://github.com/badges/shields/issues/716
* DOC: README.md: rdflib-jsonld, https urisWes Turner2017-02-061-5/+5
|
* more cleanupGunnar Aastrand Grimnes2017-01-291-6/+3
| | | | pip instead of easy_install.
* minor readme updates including more badgesJörn Hees2016-05-131-7/+9
|
* version 4.2.14.2.1Joern Hees2015-08-121-1/+1
|
* new version and dates in license and readme as wellJoern Hees2015-02-191-2/+2
|
* State current version number & give PyPI linkPeter Cock2014-04-221-0/+7
| | | Since the ``README.md`` file serves as the project homepage, this information is useful to add.
* whitespace gardeningGunnar Aastrand Grimnes2014-03-041-15/+14
|
* fix PyPI linkJanus Troelsen2013-08-201-1/+1
|
* coveralls ci, badge in readme. resolves #308Joern Hees2013-06-231-1/+2
| | | | | | this squashes the several trial and error attempts to get the integration running from the coveralls-ci branch into a single commit, as that stuff is mostly rdflib unrelated.
* doc updatesGunnar Aastrand Grimnes2013-05-051-0/+2
|
* doc updateGunnar Aastrand Grimnes2013-04-261-6/+0
|
* doc update, fixes #260.Gunnar Aastrand Grimnes2013-04-131-6/+3
|
* Include travis.ci build+test status iconGraham Higgins2013-01-111-0/+4
|
* Update README.mdwhile0pass2012-12-251-1/+1
|
* readme/setup updates for new rdfagromgull2012-11-061-1/+1
|
* Update README.mdGunnar Aastrand Grimnes2012-10-281-5/+5
|
* readme updatesGunnar Aastrand Grimnes2012-10-281-0/+101