Compare commits
No commits in common. "58317c7359752010c78110ac5f16da59f5422c7d" and "aafa53965f8e9edd8a49d6bdb03d4784cf25b8f9" have entirely different histories.
58317c7359
...
aafa53965f
|
|
@ -1,3 +1 @@
|
||||||
# Lockbox File Sharing Service
|
# Lockbox File Sharing Service
|
||||||
|
|
||||||
[](https://drone.loyzaga.net/kitty/lockbox)
|
|
||||||
|
|
@ -7,4 +7,5 @@ class TestUser:
|
||||||
Test user related functions are working correctly.
|
Test user related functions are working correctly.
|
||||||
"""
|
"""
|
||||||
def test_stub(self):
|
def test_stub(self):
|
||||||
assert True
|
print("invoking failure")
|
||||||
|
assert False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue