Skip to content

Commit e8b4263

Browse files
lvrfrc87pszulczewskijeffkala
authored
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 e8b4263

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,7 @@ jobs:
233233
with:
234234
user: "__token__"
235235
password: "${{ secrets.PYPI_API_TOKEN }}"
236+
# Using PyPi dev.
237+
repository_url: "https://test.pypi.org/legacy/"
236238
needs:
237239
- "pytest"

0 commit comments

Comments
 (0)