Commit Graph

10 Commits

Author SHA1 Message Date
Alessio Bogon 86ab682821 Need to generate the xml, as codecov actions won't 2022-11-05 10:42:30 +01:00
Alessio Bogon 64f21bef14 Update github actions 2022-11-05 10:24:30 +01:00
Alessio Bogon 3278934277 Switch to the new way to upload coverage (using the PYPI packages was deprecated) 2022-11-05 10:21:20 +01:00
Alessio Bogon 25c14fdbff Use stable python 3.11, add pytest 7.2 to the test pipeline 2022-11-05 09:56:15 +01:00
Alessio Bogon 3c74f7d899 Add python 3.11 to the test matrix 2022-07-09 09:39:33 +02:00
Alessio Bogon 32bb62f3e6 Add github action to run mypy 2022-02-24 16:52:23 +01:00
Alessio Bogon 88e397e30e Update python 3.10 2021-10-20 16:12:27 +02:00
Alessio Bogon 379cb4b47c
Rewrite scenario/feature examples logic (#445)
* rewrite examples subsitution using templating

* Remove “example_converters”

* Remove "expanded" option. It's now the default

* Add utility functions to be able to inspect tests run by the pytester.

* use better timer

* Fix typos

* Fix and simplify tests

* Update to latest python 3.10 version

* Add isort configuration and pre-commit hook

* Fix imports

* Fix types

* Update changelog

* Update README (mainly fix typos, remove outdated options)

* Fix examples in README

* Remove python2 junk

Co-authored-by: Oleg Pidsadnyi <oleg.pidsadnyi@gmail.com>
2021-09-23 21:07:15 +02:00
Thomas Grainger baff41f39e
use py3.10 beta 4 2021-07-29 18:13:13 +01:00
Alessio Bogon 26adcc468a
Switch to GitHub actions (#417)
* Add github workflow for testing

* Add .editorconfig

* setup.py -> setup.cfg

* Remove .travis.yml

* Test on the python python 3.10 (alpha)
2021-04-16 09:27:31 +02:00