8000 Remove myunit by elazarg · Pull Request #4369 · python/mypy · GitHub
[go: up one dir, main page]

Skip to content

Remove myunit #4369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Feb 6, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove myunit
  • Loading branch information< E49D /span>
elazarg committed Dec 15, 2017
commit 2ece9a04f1684e4073d02650fa6ff9fd81529b89
3 changes: 0 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ more accurate.
- Continue making error messages more useful and informative.
([issue](https://github.com/python/mypy/labels/topic-usability))

- Switch completely to pytest and remove the custom testing framework.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should keep this until we can run all the tests with just pytest

([issue](https://github.com/python/mypy/issues/1673))

- Make it possible to run mypy as a daemon to avoid reprocessing the
entire program on each run. This will improve performance
significantly. Even when using the incremental mode, processing a
Expand Down
Loading
0