Commit Graph

20 Commits

Author SHA1 Message Date
d06f3e6153 "Except" did not match properly
Making the testGrammer test case strict showed that "except" was not
matched properly. Fixed by using onOf i.s.o. | operator
2016-07-10 19:14:06 +02:00
a42cad1c3e Change logical ops names, add tests, general code cleanup
Changed the op names to

and
or
not
exc(ept)

Added more test-cases
Cleanup up the Selectors code

Code should be ready for merging now
2016-07-10 18:51:45 +02:00
f5a91a6980 Added simple test cases for string selector with logical ops
Also fixed found bug (missing return statement)

NB: the grammar is not finalized yet
2016-07-07 20:43:30 +02:00
f6d532328f Extend testNthDistance to test DirectionNthSelector using the new string syntax too 2016-06-29 21:03:30 +02:00
76a2207a6e Added simple test case for the string selector grammar 2016-06-21 20:30:53 +02:00
9df0e39133 Updated docstring for DirectionNthSelector and extended the related test-case 2016-06-05 21:26:26 +02:00
6678d3f546 Implemented test-case for DirectionNthSelector 2016-06-05 16:54:29 +02:00
6551218d55 add test for multiple object at min/max selection 2015-09-17 07:46:46 +03:00
36c75f2c55 added tests for arithmetic selectors 2015-09-16 21:34:03 +03:00
c97eb8aed6 test boundingbox option of the boxselector 2015-06-16 23:22:25 +03:00
b3352790d0 test multiple face selection with boxselector 2015-06-16 23:22:25 +03:00
67b1844798 test multiple edge selection with boxselector 2015-06-16 23:22:25 +03:00
7be4d5a90a test multiple vertices selection with boxselector 2015-06-16 23:22:25 +03:00
c9a8d5d72d added test for selecting faces with BoxSelector 2015-06-16 23:22:25 +03:00
f3fc050913 added tests for selecting edges with BoxSelector 2015-06-16 23:22:25 +03:00
d5b9b38c7f test boxselector again by swapping box points 2015-06-16 23:22:24 +03:00
27948156b2 added tests for selecting vertices with BoxSelector 2015-06-16 23:22:24 +03:00
e39bf56cbe fixed NearestToPointSelector failure with tuple as arguments 2015-06-14 23:09:58 +03:00
26cd0a443d the test cases pass now at least 2013-04-16 22:29:06 -04:00
e6c2547329 initial try at the layout 2013-04-14 18:39:47 -04:00