##// END OF EJS Templates
fix various tests on Windows...
fix various tests on Windows Windows had a variety of mostly path-related test failures remaining. Most of these were Windows-excluding assumptions in the tests themselves. The one change to the code itself is stripping quotation marks on Windows in magic_cd. os.chdir doesn't like the quotes on Windows. absolute-path completions are now listed as a KnownFailure on Windows

File last commit:

r3567:88a0371b
r4105:52601805
Show More
.gitignore
12 lines | 121 B | text/plain | TextLexer
Fernando Perez
Small fixes to git ignore file
r3200 build
./dist
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 docs/dist
MinRK
ignore docs/build,_build
r3567 docs/build
docs/_build
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 docs/source/api/generated
MinRK
added gh-pages command for GitHub hosted sphinx docs
r3255 docs/gh-pages
Fernando Perez
Small fixes to git ignore file
r3200 *.py[co]
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 build
*.egg-info
Fernando Perez
Small fixes to git ignore file
r3200 *~
Thomas Kluyver
Ignore .bak files
r3111 *.bak