Commit graph

767 commits

Author SHA1 Message Date
laerus
14f37adf20 new failing tests for _hist_parse_args 2016-07-29 19:24:08 +03:00
Bob Hyman
37de453104 no test failures due to my changes. 2016-07-29 11:47:32 -04:00
Bob Hyman
4c6318c4f7 Merge branch 'master' into winuncpushd 2016-07-29 11:37:38 -04:00
laerus
d2536198ae Merge branch 'master' into hist_ref 2016-07-28 20:18:45 +03:00
Jamie Bliss
eddd11ae86 Add tests for the events system. 2016-07-28 00:42:00 -04:00
Gil Forsyth
fc3956c3fd remove unused os import 2016-07-26 14:05:01 -04:00
Gil Forsyth
afea01aefc better on_conda check that doesn't rely on which 2016-07-26 10:09:09 -04:00
Gil Forsyth
cb8ecdc440 hacky workaround for appveyor (for the moment) 2016-07-25 10:16:32 -04:00
Gil Forsyth
9ac3d29e7d add 'skip if on conda' fixture to vox tests 2016-07-23 17:27:27 -04:00
Gil Forsyth
10d06dc78b skip vox tests for the moment 2016-07-23 11:21:41 -04:00
laerus
9c56f1e7e3 'ensure_slice for empty vals, tweak tests' 2016-07-23 13:32:24 +03:00
laerus
9ac637a3c8 docs / test_show_cmd ref 2016-07-23 11:38:20 +03:00
laerus
91b9e81312 ensure_slice accepts sequences 2016-07-23 09:53:38 +03:00
laerus
d5ca1adc1b tools ensure_slice accept slice obj 2016-07-21 16:54:34 +03:00
Leonardo Santagada
ec4c346b0b Merge branch 'master' into remove-flake8-exceptions 2016-07-21 00:05:17 +02:00
Anthony Scopatz
fc6ac3b87f Merge pull request #1456 from astronouth7303/vox_api
Vox API
2016-07-20 16:22:34 -05:00
Jamie Bliss
50f34fa352 Refactor machinery into voxapi in order to minimize global namespace pollution. 2016-07-20 16:22:23 -04:00
Leonardo Santagada
51b3c98589 Merge remote-tracking branch 'upstream/master' into remove-flake8-exceptions 2016-07-20 22:15:56 +02:00
Leonardo Santagada
4337b1489b revert changes based on review 2016-07-20 22:07:45 +02:00
Jamie Bliss
7a05377443 Migrate vox to a xontrib 2016-07-20 15:45:14 -04:00
Jamie Bliss
4175d48b93 Add Vox class (and some basic tests for it) 2016-07-20 14:50:22 -04:00
laerus
122242d499 cleanup/restore old functons 2016-07-20 15:16:46 +03:00
Bob Hyman
2d2bbccd92 Merge branch 'master' into winuncpushd 2016-07-18 22:22:02 -04:00
laerus
d39ac8836a Merge branch 'master' into hist_ref 2016-07-18 21:42:59 +03:00
laerus
39ca37b51c removed obsolete functions 2016-07-18 21:41:22 +03:00
laerus
1141d4cf89 ensure_slice + tests
ensure_int_or_slice renamed to ensure_slice and now always returns a
slice
2016-07-18 21:36:09 +03:00
laerus
467d161af2 new top level parse_args/x failing tests
next: _hist_create_parser ref, history_main ref
2016-07-18 19:23:13 +03:00
laerus
3a3c6db72d test ref/new failing tests for >1 slice args 2016-07-18 16:30:28 +03:00
Leonardo Santagada
52aae3f173 unused imports and var 2016-07-18 10:07:30 +02:00
Leonardo Santagada
75fe2eccc8 more ignores 2016-07-18 10:06:35 +02:00
laerus
245b5f7120 test_partial_string ref 2016-07-18 00:35:50 +03:00
laerus
b8fb97618a tests ref, hist fixture 2016-07-16 21:39:32 +03:00
laerus
380bc4a52c 'tweak tests' 2016-07-16 21:27:05 +03:00
Bob Hyman
4af8179cb5 fix read from captured stdin error; it's not an error to get stdin fileno() 2016-07-14 23:24:15 -04:00
laerus
e6752434da new test for windows variety 2016-07-13 23:45:52 +03:00
laerus
9338aa5111 Merge branch 'master' of https://github.com/xonsh/xonsh into expandvars_fix 2016-07-13 19:59:09 +03:00
laerus
aa4fa7a04e tweak test 2016-07-06 15:08:11 +03:00
Anthony Scopatz
d4d6823314 added news tests 2016-07-05 14:42:18 -04:00
laerus
39c73e2bc9 small refactor/ handle *None* envvar values 2016-07-05 18:05:47 +03:00
laerus
6487a8de48 tweak tests/ user ensurer for value conversion 2016-07-05 17:48:03 +03:00
laerus
7f41ef9e82 covert envvar values to strings 2016-07-05 17:02:24 +03:00
laerus
803bfce5a9 test refactor 2016-07-05 16:04:03 +03:00
laerus
4a74b5477d paren hell in test_tools 2016-07-05 14:33:05 +03:00
laerus
6b482b803c more tests/ fixed bug for different envvars 2016-07-05 14:28:57 +03:00
laerus
2dc7f2b5c3 'test_tools shapeup' 2016-07-05 12:15:02 +03:00
laerus
3e620eb8e4 expandvars now uses regex / tests for expandvars 2016-07-05 01:46:07 +03:00
laerus
4499952a26 added __contains__ method on Env + test 2016-07-04 20:09:55 +03:00
laerus
8bde7a5f7f 'test_parser nodes_equal fix' 2016-07-04 16:32:03 +03:00
laerus
0aa0c2e791 'EnvPath test_tools test fix' 2016-07-04 13:20:12 +03:00
laerus
02154b2597 pretty reckless vim sub 2016-07-03 22:03:06 +03:00