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
from search_engine_parser.core.engines.fake import Search as FakeEngineSearch
86
84
```
87
85
88
-
* Write Tests for the Engine to the [search_engine_parser/test/](https://github.com/bisoncorps/search-engine-parser/blob/master/search_engine_parser/test) directory
89
-
90
-
* Include into the CLI at [search_engine_parser/core/cli.py](https://github.com/bisoncorps/search-engine-parser/blob/master/search_engine_parser/core/cli.py)
91
-
92
-
```python
93
-
defmain(args):
94
-
...
95
-
elif engine =='fake':
96
-
engine_class = FakeEngineSearch
97
-
```
98
86
99
87
* Make sure to write code documentation by following the [documentation guide](https://github.com/bisoncorps/search-engine-parser/blob/master/docs/documentation.md#documenting-an-engine)
0 commit comments