Commit graph

36 commits

Author SHA1 Message Date
Anthony Scopatz
f048b295d6 black updates to tests and docs 2020-08-26 10:10:59 -05:00
Bob Hyman
26475146e2
Flake8 1 (#3550)
* flake8 fixes -- tests only

* fix ci failure

* integrate fix from is_3551 so tests will pass.

* Update tests/test_builtins.py

Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2020-05-05 06:42:28 -04:00
Jamie Bliss
5087ca0378 Add test 2020-02-11 13:37:20 -05:00
Anthony Scopatz
e84bb926ea try to fix tests 2018-11-19 21:56:58 -05:00
Anthony Scopatz
b32823d236 replace yield fixtures 2018-11-19 20:22:18 -05:00
Anthony Scopatz
4c91df2abc many test fixes 2018-09-13 14:03:35 -04:00
Anthony Scopatz
634a8ec9f2 black tests 2018-08-30 09:18:49 -05:00
Anthony Scopatz
2ed0445a74 first pass at import event hooks 2017-02-19 13:22:01 -05:00
Morten Enemark Lund
8877188cb5 Explicitly instantiate Excer() in test_imphooks.py.
Using the Excer fixture from conftest.py does not instantiate builtins. And calling load_builtins won't work since it is monkeypatched from the fixture.
2017-02-14 21:14:18 +01:00
Anthony Scopatz
214990ed9f cool job 2016-09-08 21:11:51 -04:00
Anthony Scopatz
78a87d0304 some emergency fixup 2016-08-28 09:57:31 -04:00
laerus
bbc965346b cleanup/tests 2016-08-27 13:51:45 +03:00
Matthias Bussonnier
3c7753f4be Fix tests, document, and make install_hook() install only once. 2016-08-10 18:20:54 -07: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
a05ca9b6af 'test_imphooks' 2016-07-01 13:52:44 +03:00
Anthony Scopatz
3276d06f01 removed ENV 2016-06-28 20:22:11 -04:00
Konstantinos Tsakiltzidis
b329fffd39 setup_module on test_imphooks 2016-06-23 03:41:36 +03:00
Konstantinos Tsakiltzidis
4b5119fc75 Merge branch 'master' into pytest_port 2016-06-23 03:02:39 +03:00
Gil Forsyth
af70c5d493 denose test imphooks 2016-06-22 17:48:35 -04:00
Gil Forsyth
2c26fcaa64 update setup and teardown calls. only 1 test failing 2016-06-22 11:41:06 -04:00
Gil Forsyth
30831ce840 fix test_imphooks setup 2016-06-22 09:59:18 -04:00
Anthony Scopatz
e88abafc92 pathext windows test fixes 2016-06-21 11:43:08 -04:00
adam j hartz
8e665439c0 update tests 2016-06-10 15:02:39 -04:00
Gil Forsyth
99ea707ae7 fix broken imports in certain tests
these were introduced in a few places but there is no __init__.py file
in the tests directory so the import breaks (at least on my machine)
2016-05-19 15:17:42 -04:00
adam j hartz
07176d664d update tests to have __xonsh_shell__ 2015-12-05 15:32:38 -05:00
Kurtis Rader
e88c863d10 Add a uniform character encoding to all files.
I wouldn't normally do something like this but issue #487 brought to
my attention the fact that too many of the python modules don't have
an encoding comment and of those that do there is a lot of pointless
inconsistency in the style of the comment.
2015-11-16 14:10:40 -08:00
Anthony Scopatz
c964927f10 please work 2015-04-02 20:23:26 -05:00
Anthony Scopatz
a60779966e morro 2015-04-02 20:17:30 -05:00
Anthony Scopatz
ecf201bbf9 more updates 2015-04-02 19:42:38 -05:00
Anthony Scopatz
cf0c023c8e some landscape fixes 2015-04-02 19:11:50 -05:00
Anthony Scopatz
78cc184a15 test subpackage 2015-03-29 22:53:33 -05:00
Anthony Scopatz
08609ca0ca added relative import test 2015-03-29 18:29:56 -05:00
Anthony Scopatz
51bc86ab49 more robust loading / unloading 2015-03-29 18:25:11 -05:00
Anthony Scopatz
8fd9e05b9b first light on import hooks 2015-03-29 17:49:44 -05:00