memgraph/tests/qa/tck_engine
florijan ca8fb55ac5 Collect Map added
Summary:
Tests are on the way. Please first comment if you're OK with this implementation, some points are discussable.

What works now:
```
bash:MEMGRAPH_ROOT/build/>./tests/manual/console 10
MG>MATCH (n) RETURN COLLECT("age_" + n.age, n.height)

+-----------------------------------------------------------------------------------------------------------------------------------+
| COLLECT("age_" + n.age, n.height)                                                                                                 |
+-----------------------------------------------------------------------------------------------------------------------------------+
| {age_10: 176, age_13: 180, age_24: 172, age_25: 179, age_32: 123, age_33: 186, age_37: 147, age_43: 162, age_49: 126, age_6: 170} |
+-----------------------------------------------------------------------------------------------------------------------------------+
```

Reviewers: mislav.bradac, teon.banek, buda

Reviewed By: mislav.bradac, buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D695
2017-08-25 12:51:18 +02:00
..
results .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
steps .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
tests Collect Map added 2017-08-25 12:51:18 +02:00
.gitignore .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
behave.ini .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
binary.todo .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
environment.py .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00
test_executor.py Added qa tests to apollo generate. 2017-07-21 14:40:55 +02:00
test_results.py .gitignore wasn't updated. 2017-06-20 15:01:11 +02:00