-
This is more a result of investigation than feature request. At this point ldap3 supports both Python2 and Python3 so I'm proposing following migration plan (and am hoping to be able to further it mys…
-
Hello there
I have googled a lot but didn't find any solution to create a deep stubbed mock described in the following example:
`const route: ActivatedRoute = mock(ActivatedRoute);
when(route.s…
-
While packaging cmocka_extensions for debian, I enabled LTO. However, I encountered some issues while doing so.
Here is how I enable LTO for cmake:
```
ahresse@local:~/Developments/elektrobit/cmo…
-
Hello,
I think code should not be change for tests. But currently, to work with prophecy and/or phpspec, that's what people do. (i.e. https://github.com/doctrine/doctrine2/pull/1215)
I think it's ti…
-
Hi, mocha is just test runner, but it's lacking jest's asserting and mocking functionality. I didn't find any fable's bindinds to neither chai nor sinon, which are most popular for mocha. What do you …
-
```
../usr/local/lib/python3.10/site-packages/urllib3_mock.py:45
/usr/local/lib/python3.10/site-packages/urllib3_mock.py:45: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0…
-
Currently, TagBot is written in Python.
It would be great to eventually rewrite TagBot in pure Julia, for the following reasons:
- We might as well "eat our own dog food" when developing our own t…
-
Hi, i got this error when running `yarn test`
I just want to replace `@react-native-async-storage/async-storage` with this library
I'm using latest **Ignite cli** as RN Boilerplate, and not Ex…
-
When importing (even selective) from conversation.py, the AutoTokenizer.from_pretrained("meta-llama....") gets triggered and tries to access huggingface, and for me personally I have no access to this…
uahic updated
3 months ago
-
We can either use Mocha with Enzyme or try to setup Jest which is known to work better with React.