Commit graph

31 commits

Author SHA1 Message Date
paulmueller
e751d04c5e trying to test on travis ci, replace localhost by 0.0.0.0, see travis-ci/travis-ci#1304 2015-05-12 00:06:54 +02:00
Richard Hartmann
ae3cd03d99 made some more changes when dealing with Socket Exception to work with python2 also 2015-04-02 16:52:29 +02:00
Richard Hartmann
cc9e5d441d new queue put/get Error handling (from cima_working) 2015-04-02 09:33:04 +02:00
cimatosa
0f79fe2058 minor code formatting 2015-04-01 15:18:09 +02:00
cimatosa
c71eb3575c some PB fancy output formatting 2015-04-01 14:40:01 +02:00
cimatosa
c6a142af08 python2.7 hack to make math.ceil return an integer 2015-04-01 13:37:16 +02:00
cimatosa
e17992d0c2 got fancy ProgressBar and related stuff from cima_working 2015-04-01 13:29:31 +02:00
cimatosa
78efd43dc2 make progressBar aware of terminal resize, added percentage to progressBarFanc, fixed some tty reservation related issues 2015-04-01 13:24:35 +02:00
cimatosa
7cb62bb8c9 added fancy PB 2015-03-31 19:21:36 +02:00
cimatosa
b042b2447a handle errors during proxy operation like 'get' and 'put' -> give helpful error messages and try to reconnect in certain circumstances 2015-03-30 16:42:22 +02:00
cimatosa
91a9b90377 new stuff to handle 'connection closed by peer' Error 2015-03-27 09:48:15 +01:00
Richard Hartmann
3dd4499e9c minor bugfixes which occured whe using non tty as stdout 2015-02-17 00:40:21 +01:00
Paul Müller
9c950aaac3 removed ipython 2015-02-16 15:29:47 +01:00
Paul Müller
5e43dc4847 repaired test_clients.py 2015-02-16 15:28:42 +01:00
Paul Müller
852021d4fd repaired test_progress.test_why_with_statement 2015-02-16 14:57:04 +01:00
Paul Müller
a2e5718040 tests speedup 2015-02-13 09:12:56 +01:00
Paul Müller
2356a6a05e code cleanup 2015-02-13 09:10:22 +01:00
Paul Müller
0cc24c7287 working implementation of decorated function calling decorated function while only displaying the progress bar of the first function. 2015-02-12 10:22:44 +01:00
Richard Hartmann
d561ce6af0 small fix in progressBar -> reset character args for EACH line 2015-02-04 14:01:36 +01:00
Richard Hartmann
ec23d5d168 new progress decorator, 1) (de)activate with kwargs in function call 2) gives access to the progressBar instance -> allows for stop to do clean printing -- and tests for that 2015-01-29 20:58:36 +01:00
Richard Hartmann
3179cc27ec test 'not in' for persistentDataStruture 2015-01-29 14:12:03 +01:00
Richard Hartmann
fa17cefe97 test_progress, reduce change to get hang up. tested with 2.7 and 3.4 2015-01-29 00:01:40 +01:00
Richard Hartmann
bb605418d8 added PDS.clear() to remove all data from the database, and some tests for that 2015-01-28 22:45:41 +01:00
Richard Hartmann
73eeb26233 Merge branch 'master' of https://github.com/cimatosa/jobmanager into cima_working 2015-01-28 21:04:09 +01:00
Richard Hartmann
e18320e0b8 minor bugfixes in PDS 2015-01-27 19:48:14 +01:00
Richard Hartmann
e10a28ce4c moved test_decorator.py to tests (like all others 2015-01-27 13:56:24 +01:00
cimatosa
f54eb0c447 some changed to make the test run with python2.7, and some more tests, still not done jet 2015-01-23 15:15:18 +01:00
cimatosa
7f3411b4ea some intermed state 2015-01-22 15:27:13 +01:00
Paul Müller
4a747ac9e6 moved script to new tests folder 2015-01-21 19:42:20 +01:00
Paul Müller
050a108e83 Update README.md 2015-01-21 19:14:11 +01:00
Paul Müller
5a0dc656a2 - added runtests.py (blob of pytest)
- html output with aha uses runtests.py
- renamed test directory
2015-01-21 19:06:00 +01:00