maurerle / eralchemy2

Entity Relation Diagrams generation tool - DEPRECATED
https://github.com/eralchemy/eralchemy
Apache License 2.0
69 stars 16 forks source link

mark test parameter as raw string #43

Closed bollwyvl closed 4 months ago

bollwyvl commented 4 months ago

Thanks for this project!

The new test marker (and notice about same on https://github.com/conda-forge/eralchemy2-feedstock/issues/3) is helpful.

Of note, I do see:

tests/test_main.py:64
  $SRC_DIR/src/tests/test_main.py:64: SyntaxWarning: invalid escape sequence '\w'
    ["^(?!exc)\w+$"],  # all not starting with excl

This single-character PR marks it as a raw string, which should squash that warning