ErgoZ
4a761d0611
Add ability to set custom filename (fix InputFile class)
...
For commands that uses InputFile class
2015-09-08 20:43:28 +03:00
ErgoZ
714adc13ee
Add ability to set custom filename
...
For commands that uses InputFile class
2015-09-08 20:42:23 +03:00
leandrotoledo
fa387d1821
Ignore coveralls token settings
2015-09-07 20:11:46 -03:00
leandrotoledo
073d43fd75
Improve tests for GroupChat and User
2015-09-07 20:11:02 -03:00
leandrotoledo
5c0eeac036
Fix coveralls
2015-09-07 20:06:34 -03:00
leandrotoledo
64ca4d7b82
Fix travis, this time for real
2015-09-07 16:53:01 -03:00
leandrotoledo
6d7542ce50
Fix travis
2015-09-07 16:33:00 -03:00
leandrotoledo
0cfaaa590c
Fix travis
2015-09-07 16:29:39 -03:00
leandrotoledo
48bb8a2413
Fix travis
2015-09-07 16:28:00 -03:00
leandrotoledo
36dc1633f5
Move old tests to legacy dir until get new ones written
2015-09-07 15:54:50 -03:00
leandrotoledo
e1edeb7bec
Improve design of this class
2015-09-07 15:54:12 -03:00
leandrotoledo
a409fc511d
Improve raise of empty chat_id
2015-09-07 15:53:43 -03:00
leandrotoledo
69d705a99f
strize raw String properties for Telegram Objects
2015-09-07 15:53:09 -03:00
leandrotoledo
cdcf2481ba
Update Makefile to support multiple tests
2015-09-07 15:47:50 -03:00
leandrotoledo
5c4f0f152a
Much better, such wow Location tests
2015-09-07 14:31:08 -03:00
leandrotoledo
f29a6f0e36
Update Document tests class
2015-09-07 14:17:41 -03:00
leandrotoledo
1b0c3731de
Update Base tests class
2015-09-07 14:12:58 -03:00
leandrotoledo
4be946d116
Much better, such wow GroupChat tests
2015-09-07 14:10:57 -03:00
leandrotoledo
73e36e3b73
Much better, such wow User tests
2015-09-07 14:03:20 -03:00
leandrotoledo
6141e76693
Much better, such wow Update tests
2015-09-07 13:55:28 -03:00
leandrotoledo
61ef876532
Much better, such wow Contact tests
2015-09-07 13:42:51 -03:00
leandrotoledo
060442e0ae
Much better, such wow Sticker tests
2015-09-07 12:10:29 -03:00
leandrotoledo
2254440671
Much better, such wow Document tests
2015-09-07 11:55:55 -03:00
leandrotoledo
65a224884f
Much better, such wow Audio/Voice/Video tests
2015-09-07 11:22:25 -03:00
leandrotoledo
0218aa2f4e
Much better, such wow Voice tests
2015-09-07 09:56:51 -03:00
leandrotoledo
28e81ee9f6
Much better, such wow Audio tests
2015-09-07 09:56:41 -03:00
leandrotoledo
c590d9c2fd
Moving _requestURL method to utils package
2015-09-05 11:56:06 -03:00
leandrotoledo
cfd401f22b
Moving _requestURL method to utils package
2015-09-05 11:55:55 -03:00
leandrotoledo
df000f8086
Fix regression on ReplyMarkup and add certificate to is_inputfile method
2015-09-04 23:20:14 -03:00
leandrotoledo
f355af1d2b
Restoring new features after rebase
2015-09-04 19:11:31 -03:00
leandrotoledo
121e365348
Oops, restoring file on testing
2015-09-04 19:07:20 -03:00
leandrotoledo
82f1d18f4b
Releasing v2.8.1
2015-09-04 19:00:54 -03:00
leandrotoledo
79cdb6cafe
Adding test to check if thumbs are PhotoSize instances
2015-09-04 18:58:48 -03:00
leandrotoledo
49ff02dcf4
Fix regression on Telegram objects with thumb properties
2015-09-04 18:50:26 -03:00
leandrotoledo
be23ff5d29
Fix codeclimate
2015-09-04 18:35:35 -03:00
leandrotoledo
72a7355c2f
Fix codeclimate
2015-09-04 18:33:51 -03:00
leandrotoledo
64cf9ed941
Fix codeclimate
2015-09-04 18:29:37 -03:00
leandrotoledo
bb84113272
Releasing 2.8
2015-09-04 18:19:05 -03:00
leandrotoledo
d740ce89cf
Keep off some features still in progress
2015-09-04 18:11:47 -03:00
leandrotoledo
245238b3a2
Keep off some features still in progress
2015-09-04 18:03:04 -03:00
Leandro Toledo
e693922fe8
Merge pull request #54 from leandrotoledo/testing
...
Merge Testing branch
2015-09-04 17:59:37 -03:00
leandrotoledo
62f06da897
Move command_handler tests to tests/ folder
2015-09-04 17:54:30 -03:00
leandrotoledo
05b7fda4a1
Add certificate arg to setWebhook function
2015-09-04 17:53:39 -03:00
leandrotoledo
910959b672
Raises error when chat_id is not set
2015-09-04 17:15:44 -03:00
Leandro Toledo
881b0b3d06
Update README.rst
2015-09-02 13:23:11 -03:00
Leandro Toledo
95ecd44c0e
Merge pull request #51 from njittam/testing
...
Adding command handler
2015-09-02 13:20:33 -03:00
njittam
9241534ba6
Create command_handler_example.py
...
this is an example of how to write a commandHandler
2015-09-02 16:21:11 +02:00
njittam
256d219862
A command handler
...
I saw in the TODO list on pypi that you wanted a commandhandler.
I am not sure about the run and run_once commands.
and I didn't implement logging yet.
2015-09-02 16:17:57 +02:00
njittam
8fddd3b027
test for commandHandler
...
Not everything has a test. and I'm quite new to unit testing so I'm not sure if I am doing this the right way.
2015-09-02 16:11:21 +02:00
njittam
3f3cb1edc5
Update AUTHORS.rst
2015-09-02 16:04:15 +02:00