Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hey All, My Company Is New To Using The Project, And Was Considering Attempting To Contribute Patches. However, Looking At The Codebase, I'M A Little Surprised To See That, Though Pytest Appears In The Dev-Requirements.Txt I Don'T See Any

Hey all,
My company is new to using the project, and was considering attempting to contribute patches.
However, looking at the codebase, I'm a little surprised to see that, though pytest appears in the dev-requirements.txt I don't see any uses of pytest in the repo. In general, I don't see test directories at all in the repo, there are no mentions of tests in the contribution guidelines, and I see no indication of a CI pipeline (and status) associated with the project.
Does the project have tests which are stored outside of the main repo? How does the project validate changes, protect against regressions, etc?
None
None

  
  
Posted 3 months ago
Votes Newest

Answers 2


I have been trying to contribute as well...

I have created some PRs, in an attempt to improve the current situation. I'm just surprised that currently there is no CI process, and that it's been 2 months since the last release.

Again, I'm more than happy to help and contribute to the overall CI process.

  
  
Posted 3 months ago

Hi @<1834401593374543872:profile|SmoggyLion3> , I believe all of these tests are internal.

  
  
Posted 3 months ago
390 Views
2 Answers
3 months ago
3 months ago
Tags