mirror of
https://github.com/dense-analysis/ale
synced 2024-12-28 00:52:20 +00:00
bf55175b69
Combine cases into smaller tests of tests and remove tests we no longer need. Linter tests have been moved to where they should be.
8 lines
273 B
Plaintext
8 lines
273 B
Plaintext
Execute(Checks for versions below the current version should succeed):
|
|
AssertEqual 1, ale#Has('ale-3.3.0')
|
|
AssertEqual 1, ale#Has('ALE-2.2.1')
|
|
AssertEqual 1, ale#Has('ALE-1.0.0')
|
|
|
|
Execute(Checks for newer versions should fail):
|
|
AssertEqual 0, ale#Has('ALE-20.0.0')
|