Commit Graph

7 Commits

Author SHA1 Message Date
jsa34 f94fad2097
Update test_common.py
Make docstring make sense!
2024-11-29 20:12:38 +00:00
Jason Allen 3e1d1d2a4c Add test to assert that issue 389 is resolved.
Tidy up imports in tests in the same file as new test written.

Resolves #389
2024-11-29 18:53:55 +00:00
David Röthlisberger c8677a7783 tests: Use `pytester` fixture instead of `testdir`
`testdir` is deprecated. It's identical to `pytester`, except that
`testdir` returns `py.path` objects whereas `pytester` returns Python
stdlib `Path` objects. So I had to update usages of those paths.

`pytester` was added in pytest 6.2, which is our minimum supported
version.
2022-11-04 08:53:07 +00:00
Alessio Bogon a136cf04dc Remove unnecessary defaulting of the param 2022-07-23 10:55:38 +02:00
Alessio Bogon 345218dd67 Fix typo 2022-07-10 15:29:46 +02:00
Alessio Bogon a2a94adff1 Fix bug where normal steps would take precedence over other parsers. 2022-07-10 15:26:01 +02:00
Alessio Bogon 36bb1b9f32 Make sure step functions can be reused with converters 2022-07-10 14:20:30 +02:00