yangsejung
1c8984a4ed
translate READMD.md
2020-12-05 23:07:32 +09:00
yunminjin2
e9c8cf1aba
Merge pull request #5 from 20-2-SKKU-OSS/sumin
...
variables 파일 주석 추가 및 줄간격 수정
2020-12-05 19:32:00 +09:00
yunminjin2
1946781129
Merge pull request #6 from 20-2-SKKU-OSS/kio
...
testcase 추가
2020-12-05 19:31:37 +09:00
yunminjin2
804ddd44fa
Merge pull request #4 from 20-2-SKKU-OSS/Minje
...
Exception 발생시 color effect, testcase 추가
2020-12-05 19:31:18 +09:00
yunminjin2
8c1f16c329
Merge branch 'master' into Minje
2020-12-05 19:31:01 +09:00
CheonKiO
162effc92c
ADD test_nesting.py
2020-12-05 16:37:25 +09:00
CheonKiO
ca5807f40d
ADD test_korean.py
2020-12-05 15:35:49 +09:00
leesm
19f968cb92
add comment and adjust striatation spacing
2020-12-04 20:08:39 -08:00
yunminjin2
09eaf0941c
Update .gitignore
2020-12-05 01:50:04 +09:00
yunminjin2
2bc4233608
deleting .idea
2020-12-05 01:49:39 +09:00
yunminjin2
7f9337a412
adding test case, error color handling
2020-12-05 01:46:24 +09:00
yunminjin2
1b21c47b90
dd
2020-12-05 01:03:14 +09:00
yunminjin2
f465d2d025
updating
2020-12-04 23:27:42 +09:00
hojin915
a811d79754
Update tracer.py
2020-12-04 15:32:41 +09:00
hojin915
40340583ec
Merge pull request #2 from 20-2-SKKU-OSS/LEEJINSUB
...
LEEJINSUB_to_do_list
2020-12-04 15:12:11 +09:00
hojin915
fb7c56fba6
Merge branch 'master' into LEEJINSUB
2020-12-04 15:11:48 +09:00
hojin915
66a2d431a3
Merge pull request #3 from 20-2-SKKU-OSS/Minje
...
tracer.py, utils.py 파일 편집
2020-12-04 15:00:23 +09:00
JINSUBY
29134e5f36
Code Color Change2
2020-12-04 14:53:28 +09:00
JINSUBY
f89af6180b
Color Change Code
2020-12-04 14:49:20 +09:00
yunminjin2
3c72f73323
deleting idea file
2020-12-03 19:29:20 +09:00
yunminjin2
d260de064c
update tracer.py
...
reformated file and added some annotation for easier to read.
2020-12-03 19:23:16 +09:00
yunminjin2
2198f3b684
commit
...
deleting too many blanks and unused import library
2020-12-03 19:07:30 +09:00
JINSUBY
0d2bcc3f43
LEEJINSUB_to_do_list
2020-11-29 17:29:09 +09:00
yunminjin2
6215dc5c25
Update exception.py
2020-11-29 17:10:06 +09:00
yunminjin2
b8be5f91e7
Update exception.py
2020-11-29 17:09:53 +09:00
yunminjin2
f6c3cbd565
Update exception.py
2020-11-29 17:09:24 +09:00
Ram Rachum
dc04ab1626
Bump version to 0.4.2
2020-09-14 12:45:52 +03:00
Ram Rachum
bd90ac0b9c
Add Yael Mintz to authors
2020-09-14 12:45:23 +03:00
Yael Mintz
f1194be092
fix #195
...
Fix '_thread._local' object has no attribute 'depth' raised by snooper if there's exception upon calling snooped func by initializing thread_global dict with depth when entering the trace() func
2020-09-14 12:44:11 +03:00
Ram Rachum
2f80c0f11a
Remove Travis badge
2020-06-06 00:06:00 +03:00
Ram Rachum
c154a585c4
Pypy3.6 doesn't exist on Travis
2020-05-27 22:30:11 +03:00
Ram Rachum
06f0a07e8e
Merge pull request #187 from cool-RR/2020-05-27-test-pr
...
foo
2020-05-27 22:21:17 +03:00
Ram Rachum
7a7766bf9d
Test on more Python versions
2020-05-27 22:19:07 +03:00
Ram Rachum
f4fe0a17ed
Test on Python 3.9
2020-05-27 22:16:35 +03:00
Ram Rachum
418460eb65
Update authors
2020-05-13 18:44:46 +03:00
Ram Rachum
7af9dbacb3
Rework installation readme
2020-05-13 18:43:42 +03:00
Mark Blakeney
0f11125cb2
Add installation instructions for Arch Linux
2020-05-13 18:41:46 +03:00
Ram Rachum
e4ef950090
Bump version to 0.4.1
2020-05-11 19:57:32 +03:00
Ram Rachum
473bb37a76
Add testing for exceptions
2020-05-05 14:37:01 +03:00
Ram Rachum
a602866ce1
Fix bug in OutputCapturer
2020-05-05 14:18:18 +03:00
Ram Rachum
679a77e336
Bump version to 0.4.0
2020-04-21 14:50:39 +03:00
Ram Rachum
43ed249e8c
Massaging some code
2020-04-21 14:50:39 +03:00
iory
48cc9d94cd
Fixed timedelta_isoformat
2020-04-21 14:50:39 +03:00
iory
0cb6df1f7b
Fixed multi thread case of elapsed_time
2020-04-21 14:50:39 +03:00
iory
444ea17314
Refactor the timedelta_isoformat
2020-04-21 14:50:39 +03:00
iory
35d3bc2db1
Delete default value of timedelta_isoformat
2020-04-21 14:50:39 +03:00
iory
612e6ebed7
Add elapsed_time check for test
2020-04-21 14:50:39 +03:00
iory
0c018d868e
Fixed elapsed_time
2020-04-21 14:50:39 +03:00
iory
828ffb1d3c
Add time_fromisoformat
2020-04-21 14:50:39 +03:00
iory
2ac382f856
Fixed test for elapsed time entry
2020-04-21 14:50:39 +03:00