FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for tests - rezanaima/python-progressbar · GitHub
rezanaima
/
python-progressbar
Public
forked from
wolph/python-progressbar
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-progressbar
tests
on
develop
User selector
Datepicker
Commit history
Commits on Dec 17, 2018
added support for dirty progressbar thanks to @ritze
wolph
committed
293a376
View commit details
Copy full SHA for 293a376
View code at this point
Browse repository at this point
Commits on Nov 15, 2018
removed dead code and made sure freezegun freezes timeit.default_timer
wolph
committed
3b2be9d
View commit details
Copy full SHA for 3b2be9d
View code at this point
Browse repository at this point
Commits on Nov 14, 2018
added old progressbar examples to test for backwards compatibility
wolph
committed
ea80c6a
View commit details
Copy full SHA for ea80c6a
View code at this point
Browse repository at this point
Commits on Apr 5, 2018
improved tests
wolph
committed
5f118cc
View commit details
Copy full SHA for 5f118cc
View code at this point
Browse repository at this point
testing with varying load times
wolph
committed
abe8f9c
View commit details
Copy full SHA for abe8f9c
View code at this point
Browse repository at this point
fixed travis, perhaps?
wolph
committed
074dc42
View commit details
Copy full SHA for 074dc42
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
implemented freezegun and added tests for fix #160
wolph
committed
b0a4f32
View commit details
Copy full SHA for b0a4f32
View code at this point
Browse repository at this point
Commits on Apr 2, 2018
test rewrites
wolph
committed
6381c82
View commit details
Copy full SHA for 6381c82
View code at this point
Browse repository at this point
Commits on Mar 31, 2018
added tests for fix #92 and fixed #161
wolph
committed
badac1e
View commit details
Copy full SHA for badac1e
View code at this point
Browse repository at this point
Commits on Mar 7, 2018
pypy has weird timings
wolph
committed
5d09249
View commit details
Copy full SHA for 5d09249
View code at this point
Browse repository at this point
Commits on Mar 6, 2018
finally got the output tests working reliable
wolph
committed
048d6db
View commit details
Copy full SHA for 048d6db
View code at this point
Browse repository at this point
fixed test errors
wolph
committed
5a7d34c
View commit details
Copy full SHA for 5a7d34c
View code at this point
Browse repository at this point
made tests slightly faster to prevent occasional build errors
wolph
committed
21e3913
View commit details
Copy full SHA for 21e3913
View code at this point
Browse repository at this point
Commits on Mar 5, 2018
added tests to prevent problems like #157
wolph
committed
7406f0a
View commit details
Copy full SHA for 7406f0a
View code at this point
Browse repository at this point
Commits on Mar 3, 2018
extended samples tests
wolph
committed
9214fe0
View commit details
Copy full SHA for 9214fe0
View code at this point
Browse repository at this point
Commits on Mar 1, 2018
added more samples tests
wolph
committed
c14d84c
View commit details
Copy full SHA for c14d84c
View code at this point
Browse repository at this point
added samples test
wolph
committed
1d38a60
View commit details
Copy full SHA for 1d38a60
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
Add New Test Which Monitors Output
Show description for c4c52c9
JoeSc
committed
c4c52c9
View commit details
Copy full SHA for c4c52c9
View code at this point
Browse repository at this point
Commits on Feb 11, 2018
Reverted changes to test
stuertz
committed
ba8bef7
View commit details
Copy full SHA for ba8bef7
View code at this point
Browse repository at this point
As suggested, I've added some sleeps to work around the timer issues with windows.
Show description for 5616ece
stuertz
committed
5616ece
View commit details
Copy full SHA for 5616ece
View code at this point
Browse repository at this point
Commits on Dec 4, 2017
Fix #146
Show description for fe8c00a
stuertz
committed
fe8c00a
View commit details
Copy full SHA for fe8c00a
View code at this point
Browse repository at this point
Commits on Oct 30, 2017
fixed tests for new flake8 release
wolph
committed
fe3cbf0
View commit details
Copy full SHA for fe3cbf0
View code at this point
Browse repository at this point
made max_value error ignorable to fix #142
wolph
committed
54ed2ef
View commit details
Copy full SHA for 54ed2ef
View code at this point
Browse repository at this point
Commits on Aug 3, 2017
added tests
wolph
committed
88e8ee1
View commit details
Copy full SHA for 88e8ee1
View code at this point
Browse repository at this point
Commits on Jul 23, 2017
fixed python 3.x tests and updated readme
wolph
committed
10d2165
View commit details
Copy full SHA for 10d2165
View code at this point
Browse repository at this point
Commits on Jul 22, 2017
fixed #127 and fixed #129
wolph
committed
57a4f4b
View commit details
Copy full SHA for 57a4f4b
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
Making sure the values are always updated when requested. Fixes #121
wolph
committed
6df88e2
View commit details
Copy full SHA for 6df88e2
View code at this point
Browse repository at this point
Commits on May 30, 2017
refactored requirements
wolph
committed
cacda4f
View commit details
Copy full SHA for cacda4f
View code at this point
Browse repository at this point
requiring newer pytest
wolph
committed
05a996c
View commit details
Copy full SHA for 05a996c
View code at this point
Browse repository at this point
improved stream tests
wolph
committed
f8a1db6
View commit details
Copy full SHA for f8a1db6
View code at this point
Browse repository at this point
testing for warnings without raising them
wolph
committed
a362c1b
View commit details
Copy full SHA for a362c1b
View code at this point
Browse repository at this point
Commits on May 26, 2017
Fix unwrapping stdout/stderr
Show description for af1146b
matthewwardrop
committed
af1146b
View commit details
Copy full SHA for af1146b
View code at this point
Browse repository at this point
Commits on May 5, 2017
Added global stdout/stderr redirection support so we can function with loggers as well. Fixes #101
wolph
committed
20139ba
View commit details
Copy full SHA for 20139ba
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
fixed 100% progressbar, relocated tests and improved several tests. fixes #108
wolph
committed
d00e256
View commit details
Copy full SHA for d00e256
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
fixed unicode issues on python 3 (fixes #104, fixes #105, #fixes 106)
wolph
committed
ee79fc8
View commit details
Copy full SHA for ee79fc8
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL