Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop unit tests | Radostin Stoyanov | 2017-08-28 | 1 | -572/+8 |
| | | | | | | | | | Unit tests were used to ensure that functions and methods work as expected. However, these tests are closely related to the implementation and will result in major changes after some refactoring. To reduce the amount of work needed to add new features or changes to the code most of these tests will be replaced with more abstract form of testing introduced in the following commits. | ||||
* | Use explicit import | Radostin Stoyanov | 2017-08-03 | 1 | -19/+27 |
| | | | | | Reduce the number of import statements and improve readability. Update the unit tests to match these changes. | ||||
* | tests: Add unit tests for the "utils" module | Radostin Stoyanov | 2017-07-24 | 1 | -0/+699 |