Skip to content

Commit

Permalink
Remove redundant test fixtures
Browse files Browse the repository at this point in the history
There is no point of testing things that were already tested.
  • Loading branch information
vmx committed Jun 10, 2020
1 parent c30c43d commit 39b73f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 50 deletions.
6 changes: 2 additions & 4 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ This directory contains test vectors that should be used by every implementation

| Filename | String to encode | Description
| -------- | ---------------- | -----------
| `test1.csv` | `Decentralize everything!!` | Non alphanumeric characters
| `test2.csv` | `yes mani !` | Non alphanumeric characters
| `test3.csv` | `hello world` | ASCII letters only
| `test2.csv` | `yes mani !` | Basic case
| `test4.csv` | `\x00yes mani !` | Leading zero byte
| `test5.csv` | `\x00\x00yes mani !` | Two leading zero bytes
| `test5.csv` | `\x00\x00yes mani !` | Two leading zero bytes (leading zeros are a source of bugs, hence there are two test vectors for them)
| `test6.csv` | `hello world` | Differently cased than expected, must decode without errors
23 changes: 0 additions & 23 deletions tests/test1.csv

This file was deleted.

23 changes: 0 additions & 23 deletions tests/test3.csv

This file was deleted.

0 comments on commit 39b73f4

Please sign in to comment.