Commit graph

4187 commits

Author SHA1 Message Date
Anthony Scopatz
1b040d97ea Merge pull request #1393 from lucasicf/master
Added the talk I gave this year
2016-07-05 18:46:04 -04:00
Lucas Inojosa
f7f42fb58f Added the talk I gave this year 2016-07-05 19:39:18 -03:00
Anthony Scopatz
ea409720b2 more lazy builtins 2016-07-05 17:36:22 -04:00
Anthony Scopatz
f9b2d01f71 lazy aliases 2016-07-05 15:26:03 -04:00
Morten Enemark Lund
6ad0187cfc Merge pull request #1391 from xonsh/newstests
added news tests
2016-07-05 21:11:53 +02: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
8327641cf1 LazyObject regex 2016-07-05 15:19:04 +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
Bernardas
a16c9f936f change constants to lazy function calls 2016-07-04 16:51:39 +00:00
Anthony Scopatz
53421028a9 Merge pull request #1383 from janschulz/patch-1
Fix typo in LazyDict.__delitem__
2016-07-04 12:47:55 -04:00
Jan Schulz
4b0946a7f5 Fix typo in LazyDict.__delitem__ 2016-07-04 18:33:45 +02:00
Anthony Scopatz
e2ca4adb90 Merge pull request #1339 from laerus/pytest_migration
WIP Full Pytest Migration
2016-07-04 10:39:27 -04:00
laerus
b5ff98583b restart tests 2016-07-04 17:29:46 +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
Bernardas
d8d3d4f46c add completer for pip 2016-07-04 09:47:02 +00:00
laerus
6bdadba71e nop 2016-07-03 22:05:49 +03:00
laerus
02154b2597 pretty reckless vim sub 2016-07-03 22:03:06 +03:00
Konstantinos Tsakiltzidis
6edc8a36e2 pimp my rst 2016-07-03 21:14:58 +03:00
laerus
41b5f7ec6a 'small cleanup of old mock_xonsh_env' 2016-07-03 20:19:37 +03:00
laerus
e89b44174c 'news rst format fix' 2016-07-03 20:10:05 +03:00
laerus
31c5760182 'typoz' 2016-07-03 12:26:52 +03:00
laerus
0e7c8dc730 'test_imphooks fixture fix' 2016-07-03 12:02:02 +03:00
laerus
daf1928dd0 'fixtures docs' 2016-07-03 12:00:24 +03:00
laerus
da13f310f5 'info about writing the tests' 2016-07-03 11:43:22 +03:00
laerus
72307549c4 news update 2016-07-03 10:56:32 +03:00
laerus
fefb9539ba EnvPath bug, skipping 2016-07-02 04:53:37 +03:00
laerus
603681aa8a test_parser fix 2016-07-02 03:43:49 +03:00
laerus
de2745bc45 'test_environ new tests migration' 2016-07-02 03:36:32 +03:00
laerus
916999913e Merge branch 'master' into pytest_migration
maybe a fix for test_environ conflicts

Conflicts:
	tests/test_environ.py
2016-07-01 22:28:45 +03:00
laerus
bea8c62829 tests bugs fixing/test_parser & test_tools to go 2016-07-01 21:52:37 +03:00
Gil Forsyth
b45e00ab88 Merge pull request #1376 from xonsh/amalup
some amalgamate updates from @yaroslavvb
2016-07-01 14:02:17 -04:00
Anthony Scopatz
ecbf8f5ec0 Merge branch 'BlaXpirit-prompt-optional-items' 2016-07-01 14:00:54 -04:00
Anthony Scopatz
ea917401c1 amalup news 2016-07-01 13:51:23 -04:00
Oleh Prypin
9d74df0421 Document "optional items" in the prompt format string 2016-07-01 20:30:13 +03:00
Oleh Prypin
008c3e7951 News entry for prompt-optional-items 2016-07-01 19:07:20 +03:00
Oleh Prypin
bc11ba78db Test 'optional items' (format spec) in format_prompt 2016-07-01 19:07:20 +03:00
Oleh Prypin
f911613d95 Apply the new 'optional items' to the format string defaults 2016-07-01 19:07:20 +03:00
Oleh Prypin
07bfb86735 Implement a better way to add optional items to the prompt
Allow adding a format string to prompt items that is invoked only if the item is not empty
2016-07-01 19:07:20 +03:00
Oleh Prypin
fa91c6b21b Drop the separate implementation of format_prompt
It was used only in one place and can be replaced with partial_format_prompt
2016-07-01 19:07:20 +03:00
Anthony Scopatz
643849d6cf Merge pull request #1377 from BlaXpirit/no-bare-except
News entry for no-bare-except
2016-07-01 12:06:06 -04:00
Oleh Prypin
38e931b82e News entry for no-bare-except 2016-07-01 18:57:05 +03:00