-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Telegram test chats (WIP) #14
base: main
Are you sure you want to change the base?
Conversation
@asaraf7 Apologies for the delayed response.
The file that you've uploaded just has the "messages" part. In order for the program to recognize the export type, the format has to be similar to the one above. |
Yes, I have purposely kept the messages part only. If its okay, then I'll add the initial key-value pairs manually. That isn't a big deal |
@asaraf7 Yup, the messages part looks fine for now. |
Apologies, for the delay.
Please check now. Sorry for delay. |
I've added the modified Tests for Telegram. If the PR seems okay, you can merge it. |
I think you're a bit confused about what tests are. Tests (in this case integration tests to be specific) are program(s) (tests/tests.py) that run the main program on some sample inputs (in this case the chat exports in tests/test_chats) and validate the output against the expected output. Currently, in this PR, only the test data has been added. The actual tests which validate the output of the program are yet to be added. |
Oh I see! |
Yup, exactly! |
Please give me some more time, since I'll have to get familiarized with some modules in your code. |
Sure, take as much time as you need. Lemme know if you need any help :) |
No description provided.