Ronny Pfannschmidt
|
1fcadeb2ce
|
extend marker docs with reasons on marker iteration
|
2018-04-05 15:30:31 +02:00 |
Ronny Pfannschmidt
|
dbb1b5a227
|
remove NodeMarkers, turn own_markers into a list and use iter_markers api exclusively
|
2018-03-29 18:24:10 +02:00 |
Ronny Pfannschmidt
|
ee51fa5881
|
add api to iterate over all marerks of a node
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
159ea9b7c0
|
turn Markinfo into atts clsas, and return correct instances of it from node.get_marker
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
ced1316bc8
|
add docstrings for nodemarkers
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
5e56e9b4f6
|
refactor node markers, remove need to be aware of nodes
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
180ae09202
|
deprecate markinfo and fix up most marker scoping access while completely breaking metafunc testing
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
e8feee0612
|
fix up the mark evaluator validity check
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
2707221559
|
port mark evaluation to the new storage and fix a bug in evaluation
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
360d608da4
|
introduce a own storage for markers
|
2018-03-29 17:52:01 +02:00 |
Bruno Oliveira
|
1fff81e21d
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-03-16 18:15:28 -03:00 |
Ronny Pfannschmidt
|
2e5337f5e3
|
makr strutures: lint fixings, removal of shadowing
|
2018-03-09 14:39:54 +01:00 |
Ronny Pfannschmidt
|
45b6b7df92
|
move nodekeywords to the mark structures
|
2018-03-09 10:23:18 +01:00 |
Jeffrey Rackauckas
|
307cd6630f
|
Add the ability to use platform in pytest.mark.skipif
|
2018-02-25 22:38:25 -08:00 |
Bruno Oliveira
|
60358b6db8
|
Fix linting
|
2018-02-22 18:49:20 -03:00 |
Ronny Pfannschmidt
|
2cd69cf632
|
sort out import misstake
|
2018-02-22 15:18:17 +01:00 |
Ronny Pfannschmidt
|
935dd3aaa5
|
simplify complexyity in mark plugin modifyitems
|
2018-02-22 15:11:55 +01:00 |
Ronny Pfannschmidt
|
c8d24739ed
|
move current mark datastructures to own module
|
2018-02-22 14:43:01 +01:00 |
Ronny Pfannschmidt
|
be2e3a973e
|
remove complexity from match_keywords
|
2018-02-22 14:30:32 +01:00 |
Ronny Pfannschmidt
|
cef0423b27
|
move the keyword/mark matching to the "legacy" module
|
2018-02-22 14:26:22 +01:00 |
Ronny Pfannschmidt
|
cf40c0743c
|
move mark evaluator into mark package
|
2018-02-22 14:05:10 +01:00 |
Ronny Pfannschmidt
|
c31e1a3797
|
turn mark into a package
|
2018-02-22 13:36:33 +01:00 |