-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow to retrieve last weekend races
- Loading branch information
1 parent
a9aef2a
commit decc085
Showing
14 changed files
with
256 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
-r requirements.txt | ||
coverage==7.5.4 | ||
coverage==7.6.0 | ||
pytest==8.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<html> | ||
<body> | ||
<div id="club"> | ||
<div> | ||
<div> | ||
<div></div> | ||
<div></div> | ||
<div> | ||
<div> | ||
<div> | ||
<div> | ||
<div> | ||
<div>Xuño</div> | ||
</div> | ||
<div> | ||
<div> | ||
<a href="principal/regata/193-vi-bandeira-cidade-de-naron"> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td>D30</td> | ||
<td>VI BANDEIRA CIDADE DE NARÓN</td> | ||
</tr> | ||
<tr></tr> | ||
</tbody></table | ||
></a> | ||
</div> | ||
</div> | ||
<div> | ||
<div> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td>D30</td> | ||
<td></td> | ||
</tr> | ||
<tr></tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
<div> | ||
<div> | ||
<a href="principal/regata/195-xxxix-bandeira--concello-de-redondela"> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td>S06</td> | ||
<td>XXXIX BANDEIRA CONCELLO DE REDONDELA</td> | ||
</tr> | ||
<tr></tr> | ||
</tbody></table | ||
></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
<div> | ||
<div> | ||
<div></div> | ||
<div> | ||
<div> | ||
<a href="principal/regata/152-i-bandeira-concello-as-pontes-a"> | ||
<table> | ||
<tr> | ||
<td>D23</td> | ||
<td>XXVIII BANDEIRA TRAIÑEIRAS CONCELLO DE BUEU</td> | ||
</tr> | ||
<tr /> | ||
</table> | ||
</a> | ||
</div> | ||
<div></div> | ||
<div> | ||
<div> | ||
<a href="principal/regata/152-i-bandeira-concello-as-pontes-a"> | ||
<table> | ||
<tr> | ||
<td>D23</td> | ||
<td>XXVIII BANDEIRA TRAIÑEIRAS CONCELLO DE BUEU</td> | ||
</tr> | ||
<tr /> | ||
</table> | ||
</a> | ||
</div> | ||
</div> | ||
<div> | ||
<div> | ||
<a href="principal/regata/153-i-bandeira-concello-as-pontes-b"> | ||
<table> | ||
<tr> | ||
<td>S10</td> | ||
<td>I BANDEIRA CONCELLO AS PONTES B</td> | ||
</tr> | ||
<tr /> | ||
</table> | ||
</a> | ||
</div> | ||
</div> | ||
<div> | ||
<div> | ||
<a href="principal/regata/154-i-bandeira-concello-as-pontes-f"> | ||
<table> | ||
<tr> | ||
<td>S10</td> | ||
<td>I BANDEIRA CONCELLO AS PONTES F</td> | ||
</tr> | ||
<tr /> | ||
</table> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div> | ||
<div> | ||
<a href="principal/regata/153-i-bandeira-concello-as-pontes-b"> | ||
<table> | ||
<tr> | ||
<td>S10</td> | ||
<td>I BANDEIRA CONCELLO AS PONTES B</td> | ||
</tr> | ||
<tr /> | ||
</table> | ||
</a> | ||
</div> | ||
</div> | ||
<div> | ||
<div> | ||
<a href="principal/regata/154-i-bandeira-concello-as-pontes-f"> | ||
<table> | ||
<tr> | ||
<td>S10</td> | ||
<td>I BANDEIRA CONCELLO AS PONTES F</td> | ||
</tr> | ||
<tr /> | ||
</table> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.