Compare commits
2 Commits
aafa53965f
...
58317c7359
| Author | SHA1 | Date |
|---|---|---|
|
|
58317c7359 | |
|
|
f08637c692 |
|
|
@ -1 +1,3 @@
|
||||||
# Lockbox File Sharing Service
|
# Lockbox File Sharing Service
|
||||||
|
|
||||||
|
[](https://drone.loyzaga.net/kitty/lockbox)
|
||||||
|
|
@ -7,5 +7,4 @@ class TestUser:
|
||||||
Test user related functions are working correctly.
|
Test user related functions are working correctly.
|
||||||
"""
|
"""
|
||||||
def test_stub(self):
|
def test_stub(self):
|
||||||
print("invoking failure")
|
assert True
|
||||||
assert False
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue