Commit Graph

8 Commits

Author SHA1 Message Date
Davide Brunato bc78682fe8 Extend fn:string() to schema nodes
- Removed node_string_value(), replaced entirely by the method
    string_value() of the class XPathToken.
2019-08-13 18:06:49 +02:00
Davide Brunato 5d715f98fc Add coverage to testing
- Added .coveragerc
  - Added tests/test_helpers.py
  - Added coverage to develop requirements
  - Code cleaning for xpath_helpers.py
2019-05-17 07:35:41 +02:00
Davide Brunato c03e88906f Update tests and docs
- Add 2019 to copyright information
  - Update Shphinx docs about XPath 2 status
  - Tests splitted into several modules (all tests are runned as before
    by the script test_elementpath.py or by "python -m unitest")
2019-01-12 10:28:44 +01:00
Davide Brunato 40343a2a9a Fix Py2 compatibility for Unicode and math rounding 2018-03-26 22:07:59 +02:00
Davide Brunato 6f697433d7 Implement namespace axis tests
- Added DEFAULT_NAMESPACES to XPath1Parser and XPath2Parser
2018-03-20 17:59:22 +01:00
Davide Brunato 5cc221fa5d XPath 1.0 and packaging completed 2018-03-15 15:11:02 +01:00
Davide Brunato 7e12fac587 Add numeric functions and static context variables 2018-03-15 07:06:44 +01:00
Davide Brunato e68ea7ec05 Refactoring of base modules 2018-03-13 17:44:16 +01:00