-
**Description**
I'm trying to use MonkeyType to generate annotations for pip by running it over pip's codebase using pip's test suite. The idea is to generate stubs using MonkeyType and then I then…
-
Tools:
- http://mypy-lang.org/
- https://github.com/facebook/pyre-check
- https://github.com/Instagram/MonkeyType
- [ ] Update `README.md`
-
I run monkeytype with the command `monkeytype run /usr/local/bin/luigi --module $modulename $taskname $flags` and gather some traces. `monkeytype list-modules` gives a nonempty list.
But running `m…
-
Relates to openfisca/openfisca-france#926
Supersedes openfisca/openfisca-france#1033
**Objective**
Deduce ~10-20% the time taken when launching several tests at the same time.
**Definition o…
-
We should be able to detect this with a heuristic like "no traces found and os.path.exists(...)"
Shouldn't just use a naive `endswith('.py')`, it's perfectly valid to have a package or module named…
-
For various reasons, my unittest tests against installed packages and it took me a while to figure out why `monkeytype` does not record any type information. I ended up writing the following `monkeyty…
-
1 for now it doesn't consider ```typing.Iterable``` as the same as own-imported ```from typing import Iterable```
2 The same problem with all other types, like `pandas.DataFrame`.
3 there should be …
-
[Type hints](https://www.python.org/dev/peps/pep-0484/) allow us to perform static type checking, among other things. We could benefit a lot from using them.
[This stackoverflow answer](https://sta…
-
**URL**: https://engineering.instagram.com/let-your-code-type-hint-itself-introducing-open-source-monkeytype-a855c7284881
**Browser / Version**: Firefox 59.0
**Operating System**: Windows 10
**T…
-
instead of e.g. `_GatheringFuture`