Closed
Bug 1521820
Opened 7 years ago
Closed 6 years ago
[sync] Add tests for FTL file format
Categories
(Webtools Graveyard :: Pontoon, enhancement, P3)
Webtools Graveyard
Pontoon
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mathjazz, Assigned: codewithaniruddha, Mentored)
Details
We lost FTL tests at some point, possibly during L20n to FTL migration. We should add them.
Updated•6 years ago
|
Assignee: nobody → codewithaniruddha
Comment 1•6 years ago
|
||
This bug is about adding test coverage for the FTL format support in our sync application.
A simple way to look at it is to open this folder: https://github.com/mozilla/pontoon/tree/master/pontoon/sync/tests/formats
We basically want to add a test_ftl.py file there, and write a series of tests to make sure we support the FTL format correctly. The code to test is in this file: https://github.com/mozilla/pontoon/blob/master/pontoon/sync/formats/ftl.py
I suggest taking a look at both the code and what other format tests are doing, and use that as inspiration. Tests should be testing regular code paths, and also edge cases if there are any.
| Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
| Reporter | ||
Comment 2•6 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•