diff options
author | Veniamin Albaev <albenik@gmail.com> | 2018-12-27 13:51:44 +0300 |
---|---|---|
committer | Veniamin Albaev <albenik@gmail.com> | 2018-12-27 13:51:44 +0300 |
commit | 35426ed5dc5196374332498c82b4d480b05e5ac5 (patch) | |
tree | 5831d8dbf3418d4036bedc26c7ec8e41ba3d3f1c /.gitignore | |
parent | 9a6f66a996eb83f16da13416c5fca361afe575b0 (diff) |
Tests refactoring
Primary motivation: Avoid statefull tests with not ignorable git file tree changes.
Multiple tests reads and overwrites signle file for won needs.
Multiple tests reads and overwrites file under version control.
Secondary motivation: Minimal tests logic aligment, separate error expectation
and not error expectation tests. Introduce sub-test over test data sets and so far.
This commit is not ideal but necessary (IMHO)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef972f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +test/Test*.xlsx |