-
Notifications
You must be signed in to change notification settings - Fork 9
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
tests todo list #25
Comments
Are you supposed to just run (Using the latest WinPython, gave up on Anaconda for the time being given some difficulties in getting the right packages set up.) Shayne
|
You need to be using the latest version of autopep8 (I pushed some fixes to it, specifically one to fix the above issue, hopefully they'll release as new version soon), for now install with |
true about print statements, e.g. with nosetests you can do I find it useful to pdb.set_trace() and step through, again nosetests/py-test make this easier. |
Hmm... so I can't install that way via pip for a reason I'll figure out Oh, and pip install mercurial is failing to compile at the moment.
|
sounds painful.. |
It turns out I'm suffering from a "critical" Python bug that is still open 4+ years later... http://bugs.python.org/issue7511 On the bright side, it does it make it less likely any users on Windows will be trying to use this with Mercurial :) |
@schodge you don't need to be in the correct directory anymore and also I changed name. Still requires git version of autopep8... but now there's a few more tests. It's also crazy you can't pip install mercurial with python 3. You can download it for win http://mercurial.selenic.com/downloads |
The new file structure is now much less of a mess (not just one file), so should be able to more trivially tick a couple of these off / be clear where to put things.
dry-runin-place (idea: just do a dry run in check as first thing, or alternatively do a little for loop of different configurations of diff and dry-run and ... ?)successfully_commit...
could return commit hash)(not convinced there is a need to do this, as git/hg diff is doing the work here, but should confirm this ? :S )specifically bazaar (I skip a test atm)no vc in directory (... no cover ;)which_version_control
raises)* udiffs with lines combined and distinct lines in multiple files.
The text was updated successfully, but these errors were encountered: