You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check out [here](https://sfu-db.github.io/connector-x/install.html#build-from-source-code)
14
10
15
11
16
12
### Run tests
@@ -50,7 +46,7 @@ MODIN_ENGINE=dask
50
46
51
47
* Seed database: `just seed-db`
52
48
* Run Rust tests: `just test`
53
-
* Run Python tests: `just test-python`
49
+
* Run Python tests: `just test-python [-k {test case keyword}]`
54
50
55
51
### Other commands
56
52
@@ -83,7 +79,3 @@ MODIN_ENGINE=dask
83
79
* Add corresponding unit tests under `connectorx/tests` for Rust and `connectorx-python/connectorx/tests` for Python
84
80
85
81
**Please check out [here](https://sfu-db.github.io/connector-x/connectorx/#extending-connectorx) for more detailed implementation instructions of how to extend ConnectorX.**
86
-
87
-
## How to manually build ConnectorX
88
-
89
-
Please check out [here](https://sfu-db.github.io/connector-x/install.html#build-from-source-code)
0 commit comments