Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Class: Add regular expressions #6998

Merged
merged 3 commits into from
Jan 24, 2025
Merged

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Jan 19, 2025

Issue

Closes #6962.

Description of changes

Regular expressions and a bit of housekeeping (e.g. __eq__ and __hash__).

Includes
  • Code changes
  • Tests
  • Documentation

@janezd janezd force-pushed the create-class-re branch 2 times, most recently from 8fd8c57 to be9a03b Compare January 19, 2025 20:19
Copy link

codecov bot commented Jan 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.48%. Comparing base (f3d9e19) to head (9bd18c7).
Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6998   +/-   ##
=======================================
  Coverage   88.48%   88.48%           
=======================================
  Files         332      332           
  Lines       73296    73333   +37     
=======================================
+ Hits        64855    64891   +36     
- Misses       8441     8442    +1     

@VesnaT VesnaT merged commit 091e88c into biolab:master Jan 24, 2025
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

“regular expression” in “Create class” does not support full RE syntax
2 participants