-
Notifications
You must be signed in to change notification settings - Fork 5
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 <[email protected]>
* 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 <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* Update README.md
Co-authored-by: Jeff Kala <[email protected]>
* improve reference key validation
* pointing CI to PyPi dev
Co-authored-by: Patryk Szulczewski <[email protected]>
Co-authored-by: Jeff Kala <[email protected]>1 parent 1545875 commit e8b4263Copy full SHA for e8b4263
1 file changed
+2
-0
lines changed+2
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