mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-10 04:23:46 -05:00
Add section on limitations of current tests.
This commit is contained in:
@@ -22,3 +22,10 @@ call Setup()
|
|||||||
- Inspect output from the new test. If good, copy it to `foo.ok`.
|
- Inspect output from the new test. If good, copy it to `foo.ok`.
|
||||||
- Run the tests to ensure new test's output is verified.
|
- Run the tests to ensure new test's output is verified.
|
||||||
- `rm *.out` and commit changes.
|
- `rm *.out` and commit changes.
|
||||||
|
|
||||||
|
### Limitations
|
||||||
|
|
||||||
|
- Currently tests are done by writing out a file and comparing it to a known good one.
|
||||||
|
- Only 1 file per test is supported.
|
||||||
|
- There's no support for assertions within the testcase code.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user