Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Adrien Dorsaz
acme-dns-tiny
Commits
c5f8fb87
Commit
c5f8fb87
authored
Jun 03, 2020
by
Adrien Dorsaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: update with new file names
parent
fc4704d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+3
-3
No files found.
Makefile
View file @
c5f8fb87
...
@@ -6,13 +6,13 @@ unit_test_acme_dns_tiny_success_san:
...
@@ -6,13 +6,13 @@ unit_test_acme_dns_tiny_success_san:
python3
-m
unittest tests.test_acme_dns_tiny.TestACMEDNSTiny.test_success_san
python3
-m
unittest tests.test_acme_dns_tiny.TestACMEDNSTiny.test_success_san
unit_test_acme_account_rollover
:
unit_test_acme_account_rollover
:
python3
-m
unittest tests.test_acme_account_rollover.TestACMEAccountRollover.test_success_account_rollover
python3
-m
unittest tests.
staging_
test_acme_account_rollover.TestACMEAccountRollover.test_success_account_rollover
unit_test_acme_account_deactivate
:
unit_test_acme_account_deactivate
:
python3
-m
unittest tests.test_acme_account_deactivate.TestACMEAccountDeactivate.test_success_account_deactivate
python3
-m
unittest tests.
staging_
test_acme_account_deactivate.TestACMEAccountDeactivate.test_success_account_deactivate
unit_test_all_with_coverage
:
unit_test_all_with_coverage
:
python3-coverage run
--source
./
-m
unittest
-v
tests.test_acme_dns_tiny tests.test_acme_account_rollover tests.test_acme_account_deactivate
python3-coverage run
--source
./
-m
unittest
-v
tests.
unit_
test_acme_dns_tiny tests.
staging_test_acme_dns_tiny tests.staging_
test_acme_account_rollover tests.
staging_
test_acme_account_deactivate
python3-coverage report
--include
=
acme_dns_tiny.py,tools/acme_account_rollover.py,tools/acme_account_deactivate.py
python3-coverage report
--include
=
acme_dns_tiny.py,tools/acme_account_rollover.py,tools/acme_account_deactivate.py
python3-coverage html
python3-coverage html
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment