This is an automated email from the ASF dual-hosted git repository.
jfeinauer pushed a commit to branch feature/PLC4X-111-interop-server
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git
The following commit(s) were added to
refs/heads/feature/PLC4X-111-interop-server by this push:
new 7aeefaf PLC4X-111 Added Readme and renamed the INIT Script.
7aeefaf is described below
commit 7aeefaf5df63c6e235256d5d1140d4c5dd7d1047
Author: julian <[email protected]>
AuthorDate: Sun Apr 21 13:53:15 2019 +0200
PLC4X-111 Added Readme and renamed the INIT Script.
---
plc4py/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/plc4py/README.md b/plc4py/README.md
index e9e4eee..63e983e 100644
--- a/plc4py/README.md
+++ b/plc4py/README.md
@@ -7,6 +7,8 @@ The only thing which needs to be done as _installation_ is to
run the `initializ
Then, you are good to go.
+Some tests can be found in `test/test_PlcDriverManager.py`.
+
Here is some example code:
```python