Commit e8b4263
Add pypi dev to CI (#49)
* draft regex base function
* fix file import
* draft regex implementation
* fix logic into regex result
* remove assertion
* draft test for range check type
* add match/no-match logic
* commit save
* add assertion for check option
* add assertions for range type
* add assertion for strings
* commit save
* draft operator check type
* complete validate method for check_type operator
* work on oeprator_evaluator method
* drat operator all-same
* add all-same operator
* add contains operator
* add not-contains. Update contains logic
* add is-gt and is-lt operators
* add range operators
* add operator lib for DRY code
* fix some lint errors
* Update netcompare/operator.py
Not sure about this...if you look at the if statements, your suggestion would brake the logic...or am I missing something?
Co-authored-by: Patryk Szulczewski <patryk@szulczewski.eu>
* work on comments
* working on operator args
* fix tests
* improve validator switch logic
* fix pytests
* tolerance validate tests
* add validate parameter test
* add mode to param match check type
* add regex validate tests
* working on operator validato tests
* complete validate tests for operator
* paramet tests
* Update as per comments
* fix as in comment PR
* up to JMSPATH
* assert data type for exclude list
* update Readme up to exact-match
* stash commit
* propose fix ofr issue 44
* using flatten list utils
* add test with index in result
* work on readme.md
* work on readme
* readne up to tolerance
* up to regex
* work on operator
* remove test for issue 45
* complete Readme
* restor inner bool return for operator
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* Update README.md
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
* improve reference key validation
* pointing CI to PyPi dev
Co-authored-by: Patryk Szulczewski <patryk@szulczewski.eu>
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>1 parent 1545875 commit e8b4263
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
| 237 | + | |
236 | 238 | | |
237 | 239 | | |
0 commit comments