Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bitia-cli
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bitia
bitia-cli
Commits
8666917e
Commit
8666917e
authored
2 years ago
by
dilawar
Browse files
Options
Downloads
Patches
Plain Diff
chore: removed tests run by bash.
parent
e7810cdb
No related branches found
No related tags found
1 merge request
!2
version 0.2.0
Pipeline
#3722
failed with stages
in 1 minute and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+0
-1
0 additions, 1 deletion
Makefile
tests/test_cli.sh
+0
-3
0 additions, 3 deletions
tests/test_cli.sh
with
0 additions
and
4 deletions
Makefile
+
0
−
1
View file @
8666917e
...
@@ -19,7 +19,6 @@ lint:
...
@@ -19,7 +19,6 @@ lint:
test
:
lint build
test
:
lint build
$(
POETRY
)
run pytest tests bitia
$(
POETRY
)
run pytest tests bitia
bash tests/test_cli.sh
fix
:
fix
:
$(
POETRY
)
run black bitia
$(
POETRY
)
run black bitia
...
...
This diff is collapsed.
Click to expand it.
tests/test_cli.sh
deleted
100644 → 0
+
0
−
3
View file @
e7810cdb
#!/bin/bash
set
-e
poetry run bitia run
"ls -ltrh /"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment